#180D2F

Color #180D2F Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #180D2F

Tints of Tolopea #180D2F

Color information

#180D2F (or 0x180D2F) is unknown color: approx Tolopea. HEX triplet: 18, 0D and 2F. RGB value is (24,13,47). Sum of RGB (Red+Green+Blue) = 24+13+47=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #180D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D2F is #E7F2D0. Grayscale: #141414. Windows color (decimal): -15200977 or 3083544. OLE color: 3083544.

HSL color Cylindrical-coordinate representation of color #180D2F: hue angle of 259.41º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #180D2F is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB241347-
CMYK0.490.7200.82
HSL259.41º56.67%11.76%-
HSV(B)259.41º72.34%18.43%-
XYZ1.030.692.77-
YUV20.16143.14130.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 28.57%
GREEN value IS 13 (5.47% from 255) = 15.48%
BLUE value IS 47 (18.75% from 255) = 55.95%
R=28.57%
G=15.48%
B=55.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2413470.490.7200.82259.4156.6711.76
Hex18D2F314805210339c
Octal3015576111001224037114
Binary1100011011011111100011001000010100101000000111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180D2F; }

 p { color: rgb(24,13,47); }

 H1.HeaderClassName
 {
   color: #180D2F;
 }
 .AnyTagClassName
 {
   color: #180D2F;
 }
</style>
background-color css

<style>
 a { background-color: #180D2F; }

 a { background-color: rgb(24,13,47); }

 div.DivClassName
 {
   background-color: #180D2F;
 }
 .BgClassName
 {
   background-color: #180D2F;
 }
</style>
border-color css

<style>
 span { border-color: #180D2F; }

 span { border-color: rgb(24,13,47); }

 td.TdClassName
 {
   border-color: #180D2F;
 }
 .TagClassName
 {
   border-color: #180D2F;
 }
</style>