Html Css Color HEX #150C31 Tolopea

📋 copy color: '#150C31'

red 21 ◦ green 12 ◦ blue 49

#150C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #150C31

Tints of Tolopea #150C31

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 value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#150C31 (or 0x150C31) is known color: 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

RGB 21 12 49 -
CMYK 0.57 0.76 0 0.81
HSL 254.59º 0.61% 0.12% -
HSV(B) 254.59º 0.76% 0.19% -
XYZ 1 0.64 2.98 -
YUV 18.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 21 12 49 0.57 0.76 0 0.81 254.59 0.61 0.12
Hex 15 C 31 39 4C 0 51 FF 3D C
Octal 25 14 61 71 114 0 121 377 75 14
Binary 10101 1100 110001 111001 1001100 0 1010001 11111111 111101 1100

Color Harmonies of #150C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150C31

Black with #150C31

Text Example


Text Example

White with #150C31

Text Example


Text Example

HTML Codes & Css Web 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>