Html Css Color HEX #150302 Black

📋 copy color: '#150302'

red 21 ◦ green 3 ◦ blue 2

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

Shades of Black #150302

Tints of Black #150302

RGB

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

 GREEN value IS 3 (1.56% from 255) = 11.54%

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

R = 80.77%
G = 11.54%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150302 (or 0x150302) is known color: Black. HEX triplet: 15, 03 and 02. RGB value is (21,3,2). Sum of RGB (Red+Green+Blue) = 21+3+2=26 (3% of max value = 765). Red value is 21 (8.59% from 255 or 80.77% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 21 - color contains mainly: red. Hex color #150302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150302 is #EAFCFD. Grayscale: #080808. Windows color (decimal): -15400190 or 131861. OLE color: 131861.

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

Color convert

RGB 21 3 2 -
CMYK 0 0.86 0.90 0.92
HSL 3.16º 0.83% 0.05% -
HSV(B) 3.16º 0.9% 0.08% -
XYZ 0.35 0.23 0.08 -
YUV 8.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 21 3 2 0 0.86 0.90 0.92 3.16 0.83 0.05
Hex 15 3 2 0 56 5A 5C 3 53 5
Octal 25 3 2 0 126 132 134 3 123 5
Binary 10101 11 10 0 1010110 1011010 1011100 11 1010011 101

Color Harmonies of #150302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150302

Black with #150302

Text Example


Text Example

White with #150302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150302; }

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

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

background-color css

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

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

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

border-color css

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

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

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