#150B31

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

Shades of Tolopea #150B31

Tints of Tolopea #150B31

Color information

#150B31 (or 0x150B31) is unknown color: approx Tolopea. HEX triplet: 15, 0B and 31. RGB value is (21,11,49). Sum of RGB (Red+Green+Blue) = 21+11+49=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #150B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150B31 is #EAF4CE. Grayscale: #121212. Windows color (decimal): -15398095 or 3214101. OLE color: 3214101.

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

Color convert

RGB211149-
CMYK0.570.7800.81
HSL255.79º63.33%11.76%-
HSV(B)255.79º77.55%19.22%-
XYZ0.980.622.97-
YUV18.32145.31129.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 49 (19.53% from 255) = 60.49%
R=25.93%
G=13.58%
B=60.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2111490.570.7800.81255.7963.3311.76
Hex15B31394E0511003fc
Octal2513617111601214007714
Binary1010110111100011110011001110010100011000000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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