Html Css Color HEX #150801 Black

📋 copy color: '#150801'

red 21 ◦ green 8 ◦ blue 1

#150801
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #150801

Tints of Black #150801

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 value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#150801 (or 0x150801) is known color: 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

RGB 21 8 1 -
CMYK 0 0.62 0.95 0.92
HSL 21º 0.91% 0.04% -
HSV(B) 21º 0.95% 0.08% -
XYZ 0.4 0.34 0.07 -
YUV 11.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 21 8 1 0 0.62 0.95 0.92 21 0.91 0.04
Hex 15 8 1 0 3E 5F 5C 15 5B 4
Octal 25 10 1 0 76 137 134 25 133 4
Binary 10101 1000 1 0 111110 1011111 1011100 10101 1011011 100

Color Harmonies of #150801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150801

Black with #150801

Text Example


Text Example

White with #150801

Text Example


Text Example

HTML Codes & Css Web 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>