Html Css Color HEX #150201 Black

📋 copy color: '#150201'

red 21 ◦ green 2 ◦ blue 1

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

Shades of Black #150201

Tints of Black #150201

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

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 21 2 1 -
CMYK 0 0.90 0.95 0.92
HSL 0.91% 0.04% -
HSV(B) 0.95% 0.08% -
XYZ 0.34 0.21 0.05 -
YUV 7.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 21 2 1 0 0.90 0.95 0.92 3 0.91 0.04
Hex 15 2 1 0 5A 5F 5C 3 5B 4
Octal 25 2 1 0 132 137 134 3 133 4
Binary 10101 10 1 0 1011010 1011111 1011100 11 1011011 100

Color Harmonies of #150201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150201

Black with #150201

Text Example


Text Example

White with #150201

Text Example


Text Example

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