Html Css Color HEX #150502 Black

📋 copy color: '#150502'

red 21 ◦ green 5 ◦ blue 2

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

Shades of Black #150502

Tints of Black #150502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 17.86%

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

R = 75%
G = 17.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#150502 (or 0x150502) is known color: Black. HEX triplet: 15, 05 and 02. RGB value is (21,5,2). Sum of RGB (Red+Green+Blue) = 21+5+2=28 (3% of max value = 765). Red value is 21 (8.59% from 255 or 75% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 21 - color contains mainly: red. Hex color #150502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150502 is #EAFAFD. Grayscale: #090909. Windows color (decimal): -15399678 or 132373. OLE color: 132373.

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

Color convert

RGB 21 5 2 -
CMYK 0 0.76 0.90 0.92
HSL 9.47º 0.83% 0.05% -
HSV(B) 9.47º 0.9% 0.08% -
XYZ 0.37 0.27 0.09 -
YUV 9.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 21 5 2 0 0.76 0.90 0.92 9.47 0.83 0.05
Hex 15 5 2 0 4C 5A 5C 9 53 5
Octal 25 5 2 0 114 132 134 11 123 5
Binary 10101 101 10 0 1001100 1011010 1011100 1001 1010011 101

Color Harmonies of #150502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150502

Black with #150502

Text Example


Text Example

White with #150502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150502; }

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

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

background-color css

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

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

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

border-color css

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

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

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