Html Css Color HEX #150402 Black

📋 copy color: '#150402'

red 21 ◦ green 4 ◦ blue 2

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

Shades of Black #150402

Tints of Black #150402

RGB

 RED value IS 21 (8.59% from 255) = 77.78%

 GREEN value IS 4 (1.95% from 255) = 14.81%

 BLUE value IS 2 (1.17% from 255) = 7.41%

R = 77.78%
G = 14.81%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150402 (or 0x150402) is known color: Black. HEX triplet: 15, 04 and 02. RGB value is (21,4,2). Sum of RGB (Red+Green+Blue) = 21+4+2=27 (3% of max value = 765). Red value is 21 (8.59% from 255 or 77.78% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 21 - color contains mainly: red. Hex color #150402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150402 is #EAFBFD. Grayscale: #080808. Windows color (decimal): -15399934 or 132117. OLE color: 132117.

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

Color convert

RGB 21 4 2 -
CMYK 0 0.81 0.90 0.92
HSL 6.32º 0.83% 0.05% -
HSV(B) 6.32º 0.9% 0.08% -
XYZ 0.36 0.25 0.09 -
YUV 8.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 21 4 2 0 0.81 0.90 0.92 6.32 0.83 0.05
Hex 15 4 2 0 51 5A 5C 6 53 5
Octal 25 4 2 0 121 132 134 6 123 5
Binary 10101 100 10 0 1010001 1011010 1011100 110 1010011 101

Color Harmonies of #150402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150402

Black with #150402

Text Example


Text Example

White with #150402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150402; }

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

 H1.HeaderClassName
 {
   color: #150402;
 }
 .AnyTagClassName
 {
   color: #150402;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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