#150C31

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

Shades of Tolopea #150C31

Tints of Tolopea #150C31

Color information

#150C31 (or 0x150C31) is unknown color: approx Tolopea. HEX triplet: 15, 0C and 31. RGB value is (21,12,49). Sum of RGB (Red+Green+Blue) = 21+12+49=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #150C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150C31 is #EAF3CE. Grayscale: #121212. Windows color (decimal): -15397839 or 3214357. OLE color: 3214357.

HSL color Cylindrical-coordinate representation of color #150C31: hue angle of 254.59º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #150C31 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB211249-
CMYK0.570.7600.81
HSL254.59º60.66%11.96%-
HSV(B)254.59º75.51%19.22%-
XYZ10.642.98-
YUV18.91144.98129.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.61%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=25.61%
G=14.63%
B=59.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2112490.570.7600.81254.5960.6611.96
Hex15C31394C051ff3dc
Octal2514617111401213777514
Binary101011100110001111001100110001010001111111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150C31; }

 p { color: rgb(21,12,49); }

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

<style>
 a { background-color: #150C31; }

 a { background-color: rgb(21,12,49); }

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

<style>
 span { border-color: #150C31; }

 span { border-color: rgb(21,12,49); }

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