Html Css Color HEX #150B0B Black

📋 copy color: '#150B0B'

red 21 ◦ green 11 ◦ blue 11

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

Shades of Black #150B0B

Tints of Black #150B0B

RGB

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

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

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

R = 48.84%
G = 25.58%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#150B0B (or 0x150B0B) is known color: Black. HEX triplet: 15, 0B and 0B. RGB value is (21,11,11). Sum of RGB (Red+Green+Blue) = 21+11+11=43 (5% of max value = 765). Red value is 21 (8.59% from 255 or 48.84% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 21 - color contains mainly: red. Hex color #150B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B0B is #EAF4F4. Grayscale: #0E0E0E. Windows color (decimal): -15398133 or 723733. OLE color: 723733.

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

Color convert

RGB 21 11 11 -
CMYK 0 0.48 0.48 0.92
HSL 0.31% 0.06% -
HSV(B) 0.48% 0.08% -
XYZ 0.49 0.42 0.37 -
YUV 13.99 126.31 133 -
System Red Green Blue C M Y K H S L
Decimal 21 11 11 0 0.48 0.48 0.92 0 0.31 0.06
Hex 15 B B 0 30 30 5C 0 1F 6
Octal 25 13 13 0 60 60 134 0 37 6
Binary 10101 1011 1011 0 110000 110000 1011100 0 11111 110

Color Harmonies of #150B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150B0B

Black with #150B0B

Text Example


Text Example

White with #150B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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