#150803

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

Shades of Black #150803

Tints of Black #150803

Color information

#150803 (or 0x150803) is unknown color: approx Black. HEX triplet: 15, 08 and 03. RGB value is (21,8,3). Sum of RGB (Red+Green+Blue) = 21+8+3=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 3 (1.56% from 255 or 9.38% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150803 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150803 is #EAF7FC. Grayscale: #0B0B0B. Windows color (decimal): -15398909 or 198677. OLE color: 198677.

HSL color Cylindrical-coordinate representation of color #150803: hue angle of 16.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150803 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.92.

Color convert

RGB2183-
CMYK00.620.860.92
HSL16.67º75%4.71%-
HSV(B)16.67º85.71%8.24%-
XYZ0.410.340.13-
YUV11.32123.31134.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 65.62%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 9.38%
R=65.62%
G=25%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal218300.620.860.9216.67754.71
Hex158303E565C114b5
Octal25103076126134211135
Binary10101100011011111010101101011100100011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150803; }

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

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

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

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

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

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

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

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