#150302

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

Shades of Black #150302

Tints of Black #150302

Color information

#150302 (or 0x150302) is unknown color: approx Black. HEX triplet: 15, 03 and 02. RGB value is (21,3,2). Sum of RGB (Red+Green+Blue) = 21+3+2=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150302 is #EAFCFD. Grayscale: #080808. Windows color (decimal): -15400190 or 131861. OLE color: 131861.

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

Color convert

RGB2132-
CMYK00.860.900.92
HSL3.16º82.61%4.51%-
HSV(B)3.16º90.48%8.24%-
XYZ0.350.230.08-
YUV8.27124.46137.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 80.77%
GREEN value IS 3 (1.56% from 255) = 11.54%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=80.77%
G=11.54%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal213200.860.900.923.1682.614.51
Hex15320565A5C3535
Octal2532012613213431235
Binary1010111100101011010110101011100111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150302; }

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

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

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

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

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

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

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

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