#150B04

Color #150B04 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #150B04

Tints of Black #150B04

Color information

#150B04 (or 0x150B04) is unknown color: approx Black. HEX triplet: 15, 0B and 04. RGB value is (21,11,4). Sum of RGB (Red+Green+Blue) = 21+11+4=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 4 (1.95% from 255 or 11.11% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150B04 is #EAF4FB. Grayscale: #0D0D0D. Windows color (decimal): -15398140 or 264981. OLE color: 264981.

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

Color convert

RGB21114-
CMYK00.480.810.92
HSL24.71º68%4.9%-
HSV(B)24.71º80.95%8.24%-
XYZ0.450.410.17-
YUV13.19122.81133.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 58.33%
GREEN value IS 11 (4.69% from 255) = 30.56%
BLUE value IS 4 (1.95% from 255) = 11.11%
R=58.33%
G=30.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111400.480.810.9224.71684.9
Hex15B4030515C19445
Octal25134060121134311045
Binary101011011100011000010100011011100110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #150B04;
 }
 .AnyTagClassName
 {
   color: #150B04;
 }
</style>
background-color css

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

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

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

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

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

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