#150902

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

Shades of Black #150902

Tints of Black #150902

Color information

#150902 (or 0x150902) is unknown color: approx Black. HEX triplet: 15, 09 and 02. RGB value is (21,9,2). Sum of RGB (Red+Green+Blue) = 21+9+2=32 (4% of max value = 765). Red value is 21 (8.59% from 255 or 65.62% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 21 - color contains mainly: red. Hex color #150902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150902 is #EAF6FD. Grayscale: #0B0B0B. Windows color (decimal): -15398654 or 133397. OLE color: 133397.

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

Color convert

RGB2192-
CMYK00.570.900.92
HSL22.11º82.61%4.51%-
HSV(B)22.11º90.48%8.24%-
XYZ0.420.360.1-
YUV11.79122.48134.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 65.62%
GREEN value IS 9 (3.91% from 255) = 28.12%
BLUE value IS 2 (1.17% from 255) = 6.25%
R=65.62%
G=28.12%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal219200.570.900.9222.1182.614.51
Hex15920395A5C16535
Octal25112071132134261235
Binary10101100110011100110110101011100101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150902; }

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

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

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

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

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

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

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

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