#150201

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

Shades of Black #150201

Tints of Black #150201

Color information

#150201 (or 0x150201) is unknown color: approx Black. HEX triplet: 15, 02 and 01. RGB value is (21,2,1). Sum of RGB (Red+Green+Blue) = 21+2+1=24 (3% of max value = 765). Red value is 21 (8.59% from 255 or 87.5% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 21 - color contains mainly: red. Hex color #150201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150201 is #EAFDFE. Grayscale: #070707. Windows color (decimal): -15400447 or 66069. OLE color: 66069.

HSL color Cylindrical-coordinate representation of color #150201: hue angle of 3º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150201 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB2121-
CMYK00.900.950.92
HSL90.91%4.31%-
HSV(B)95.24%8.24%-
XYZ0.340.210.05-
YUV7.57124.29137.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 87.5%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=87.5%
G=8.33%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal212100.900.950.92390.914.31
Hex152105A5F5C35b4
Octal2521013213713431334
Binary101011010101101010111111011100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150201; }

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

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

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

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

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

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

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

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