#150801

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

Shades of Black #150801

Tints of Black #150801

Color information

#150801 (or 0x150801) is unknown color: approx Black. HEX triplet: 15, 08 and 01. RGB value is (21,8,1). Sum of RGB (Red+Green+Blue) = 21+8+1=30 (3% of max value = 765). Red value is 21 (8.59% from 255 or 70% from 30); Green value is 8 (3.52% from 255 or 26.67% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 21 - color contains mainly: red. Hex color #150801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150801 is #EAF7FE. Grayscale: #0B0B0B. Windows color (decimal): -15398911 or 67605. OLE color: 67605.

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

Color convert

RGB2181-
CMYK00.620.950.92
HSL21º90.91%4.31%-
HSV(B)21º95.24%8.24%-
XYZ0.40.340.07-
YUV11.09122.31135.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 70%
GREEN value IS 8 (3.52% from 255) = 26.67%
BLUE value IS 1 (0.78% from 255) = 3.33%
R=70%
G=26.67%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal218100.620.950.922190.914.31
Hex158103E5F5C155b4
Octal25101076137134251334
Binary1010110001011111010111111011100101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150801; }

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

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

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

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

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

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

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

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