Html Css Color HEX #060505 Black

📋 copy color: '#060505'

red 6 ◦ green 5 ◦ blue 5

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

Shades of Black #060505

Tints of Black #060505

RGB

 RED value IS 6 (2.73% from 255) = 37.5%

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

 BLUE value IS 5 (2.34% from 255) = 31.25%

R = 37.5%
G = 31.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.98

RGB Variations

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

Color information

#060505 (or 0x060505) is known color: Black. HEX triplet: 06, 05 and 05. RGB value is (6,5,5). Sum of RGB (Red+Green+Blue) = 6+5+5=16 (2% of max value = 765). Red value is 6 (2.73% from 255 or 37.5% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 5 (2.34% from 255 or 31.25% from 16); Max value from RGB is 6 - color contains mainly: red. Hex color #060505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060505 is #F9FAFA. Grayscale: #050505. Windows color (decimal): -16382715 or 328966. OLE color: 328966.

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

Color convert

RGB 6 5 5 -
CMYK 0 0.17 0.17 0.98
HSL 0.09% 0.02% -
HSV(B) 0.17% 0.02% -
XYZ 0.16 0.16 0.17 -
YUV 5.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 6 5 5 0 0.17 0.17 0.98 0 0.09 0.02
Hex 6 5 5 0 11 11 62 0 9 2
Octal 6 5 5 0 21 21 142 0 11 2
Binary 110 101 101 0 10001 10001 1100010 0 1001 10

Color Harmonies of #060505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060505

Black with #060505

Text Example


Text Example

White with #060505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060505; }

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

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

background-color css

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

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

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

border-color css

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

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

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