Html Css Color HEX #150B08 Black

📋 copy color: '#150B08'

red 21 ◦ green 11 ◦ blue 8

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

Shades of Black #150B08

Tints of Black #150B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 27.5%

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

R = 52.5%
G = 27.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.92

RGB Variations

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

Color information

#150B08 (or 0x150B08) is known color: Black. HEX triplet: 15, 0B and 08. RGB value is (21,11,8). Sum of RGB (Red+Green+Blue) = 21+11+8=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #150B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B08 is #EAF4F7. Grayscale: #0D0D0D. Windows color (decimal): -15398136 or 527125. OLE color: 527125.

HSL color Cylindrical-coordinate representation of color #150B08: hue angle of 13.85º 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 #150B08 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 11 8 -
CMYK 0 0.48 0.62 0.92
HSL 13.85º 0.45% 0.06% -
HSV(B) 13.85º 0.62% 0.08% -
XYZ 0.47 0.42 0.29 -
YUV 13.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 21 11 8 0 0.48 0.62 0.92 13.85 0.45 0.06
Hex 15 B 8 0 30 3E 5C E 2D 6
Octal 25 13 10 0 60 76 134 16 55 6
Binary 10101 1011 1000 0 110000 111110 1011100 1110 101101 110

Color Harmonies of #150B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B08

Black with #150B08

Text Example


Text Example

White with #150B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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