Html Css Color HEX #050202 Black

📋 copy color: '#050202'

red 5 ◦ green 2 ◦ blue 2

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

Shades of Black #050202

Tints of Black #050202

RGB

 RED value IS 5 (2.34% from 255) = 55.56%

 GREEN value IS 2 (1.17% from 255) = 22.22%

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

R = 55.56%
G = 22.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.98

RGB Variations

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

Color information

#050202 (or 0x050202) is known color: Black. HEX triplet: 05, 02 and 02. RGB value is (5,2,2). Sum of RGB (Red+Green+Blue) = 5+2+2=9 (1% of max value = 765). Red value is 5 (2.34% from 255 or 55.56% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 2 (1.17% from 255 or 22.22% from 9); Max value from RGB is 5 - color contains mainly: red. Hex color #050202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050202 is #FAFDFD. Grayscale: #020202. Windows color (decimal): -16449022 or 131589. OLE color: 131589.

HSL color Cylindrical-coordinate representation of color #050202: hue angle of 0º degrees, saturation: 0.43, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #050202 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.98.

Color convert

RGB 5 2 2 -
CMYK 0 0.60 0.60 0.98
HSL 0.43% 0.01% -
HSV(B) 0.6% 0.02% -
XYZ 0.1 0.08 0.07 -
YUV 2.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 5 2 2 0 0.60 0.60 0.98 0 0.43 0.01
Hex 5 2 2 0 3C 3C 62 0 2B 1
Octal 5 2 2 0 74 74 142 0 53 1
Binary 101 10 10 0 111100 111100 1100010 0 101011 1

Color Harmonies of #050202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050202

Black with #050202

Text Example


Text Example

White with #050202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050202; }

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

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

background-color css

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

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

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

border-color css

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

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

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