Html Css Color HEX #150A08 Black

📋 copy color: '#150A08'

red 21 ◦ green 10 ◦ blue 8

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

Shades of Black #150A08

Tints of Black #150A08

RGB

 RED value IS 21 (8.59% from 255) = 53.85%

 GREEN value IS 10 (4.3% from 255) = 25.64%

 BLUE value IS 8 (3.52% from 255) = 20.51%

R = 53.85%
G = 25.64%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#150A08 (or 0x150A08) is known color: Black. HEX triplet: 15, 0A and 08. RGB value is (21,10,8). Sum of RGB (Red+Green+Blue) = 21+10+8=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150A08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150A08 is #EAF5F7. Grayscale: #0D0D0D. Windows color (decimal): -15398392 or 526869. OLE color: 526869.

HSL color Cylindrical-coordinate representation of color #150A08: hue angle of 9.23º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #150A08 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 10 8 -
CMYK 0 0.52 0.62 0.92
HSL 9.23º 0.45% 0.06% -
HSV(B) 9.23º 0.62% 0.08% -
XYZ 0.46 0.39 0.28 -
YUV 13.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 21 10 8 0 0.52 0.62 0.92 9.23 0.45 0.06
Hex 15 A 8 0 34 3E 5C 9 2D 6
Octal 25 12 10 0 64 76 134 11 55 6
Binary 10101 1010 1000 0 110100 111110 1011100 1001 101101 110

Color Harmonies of #150A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150A08

Black with #150A08

Text Example


Text Example

White with #150A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,10,8); }

 H1.HeaderClassName
 {
   color: #150A08;
 }
 .AnyTagClassName
 {
   color: #150A08;
 }
</style>

background-color css

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

 a { background-color: rgb(21,10,8); }

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

border-color css

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

 span { border-color: rgb(21,10,8); }

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