Html Css Color HEX #150B06 Black

📋 copy color: '#150B06'

red 21 ◦ green 11 ◦ blue 6

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

Shades of Black #150B06

Tints of Black #150B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 15.79%

R = 55.26%
G = 28.95%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#150B06 (or 0x150B06) is known color: Black. HEX triplet: 15, 0B and 06. RGB value is (21,11,6). Sum of RGB (Red+Green+Blue) = 21+11+6=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B06 is #EAF4F9. Grayscale: #0D0D0D. Windows color (decimal): -15398138 or 396053. OLE color: 396053.

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

Color convert

RGB 21 11 6 -
CMYK 0 0.48 0.71 0.92
HSL 20º 0.56% 0.05% -
HSV(B) 20º 0.71% 0.08% -
XYZ 0.46 0.41 0.23 -
YUV 13.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 21 11 6 0 0.48 0.71 0.92 20 0.56 0.05
Hex 15 B 6 0 30 47 5C 14 38 5
Octal 25 13 6 0 60 107 134 24 70 5
Binary 10101 1011 110 0 110000 1000111 1011100 10100 111000 101

Color Harmonies of #150B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B06

Black with #150B06

Text Example


Text Example

White with #150B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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