Html Css Color HEX #150E0B Black

📋 copy color: '#150E0B'

red 21 ◦ green 14 ◦ blue 11

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

Shades of Black #150E0B

Tints of Black #150E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 30.43%

 BLUE value IS 11 (4.69% from 255) = 23.91%

R = 45.65%
G = 30.43%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#150E0B (or 0x150E0B) is known color: Black. HEX triplet: 15, 0E and 0B. RGB value is (21,14,11). Sum of RGB (Red+Green+Blue) = 21+14+11=46 (6% of max value = 765). Red value is 21 (8.59% from 255 or 45.65% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 21 - color contains mainly: red. Hex color #150E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E0B is #EAF1F4. Grayscale: #0F0F0F. Windows color (decimal): -15397365 or 724501. OLE color: 724501.

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

Color convert

RGB 21 14 11 -
CMYK 0 0.33 0.48 0.92
HSL 18º 0.31% 0.06% -
HSV(B) 18º 0.48% 0.08% -
XYZ 0.53 0.5 0.38 -
YUV 15.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 21 14 11 0 0.33 0.48 0.92 18 0.31 0.06
Hex 15 E B 0 21 30 5C 12 1F 6
Octal 25 16 13 0 41 60 134 22 37 6
Binary 10101 1110 1011 0 100001 110000 1011100 10010 11111 110

Color Harmonies of #150E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150E0B

Black with #150E0B

Text Example


Text Example

White with #150E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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