#180F31

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

Shades of Tolopea #180F31

Tints of Tolopea #180F31

Color information

#180F31 (or 0x180F31) is unknown color: approx Tolopea. HEX triplet: 18, 0F and 31. RGB value is (24,15,49). Sum of RGB (Red+Green+Blue) = 24+15+49=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 49 (19.53% from 255 or 55.68% from 88); Max value from RGB is 49 - color contains mainly: blue. Hex color #180F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180F31 is #E7F0CE. Grayscale: #151515. Windows color (decimal): -15200463 or 3215128. OLE color: 3215128.

HSL color Cylindrical-coordinate representation of color #180F31: hue angle of 255.88º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #180F31 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB241549-
CMYK0.510.6900.81
HSL255.88º53.12%12.55%-
HSV(B)255.88º69.39%19.22%-
XYZ1.10.762.99-
YUV21.57143.48129.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 49 (19.53% from 255) = 55.68%
R=27.27%
G=17.05%
B=55.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2415490.510.6900.81255.8853.1212.55
Hex18F31334505110035d
Octal3017616310501214006515
Binary1100011111100011100111000101010100011000000001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,15,49); }

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

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

 a { background-color: rgb(24,15,49); }

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

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

 span { border-color: rgb(24,15,49); }

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