Html Css Color HEX #060302 Black

📋 copy color: '#060302'

red 6 ◦ green 3 ◦ blue 2

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

Shades of Black #060302

Tints of Black #060302

RGB

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

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

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

R = 54.55%
G = 27.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.98

RGB Variations

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

Color information

#060302 (or 0x060302) is known color: Black. HEX triplet: 06, 03 and 02. RGB value is (6,3,2). Sum of RGB (Red+Green+Blue) = 6+3+2=11 (1% of max value = 765). Red value is 6 (2.73% from 255 or 54.55% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 6 - color contains mainly: red. Hex color #060302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060302 is #F9FCFD. Grayscale: #030303. Windows color (decimal): -16383230 or 131846. OLE color: 131846.

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

Color convert

RGB 6 3 2 -
CMYK 0 0.50 0.67 0.98
HSL 15º 0.5% 0.02% -
HSV(B) 15º 0.67% 0.02% -
XYZ 0.12 0.11 0.07 -
YUV 3.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 6 3 2 0 0.50 0.67 0.98 15 0.5 0.02
Hex 6 3 2 0 32 43 62 F 32 2
Octal 6 3 2 0 62 103 142 17 62 2
Binary 110 11 10 0 110010 1000011 1100010 1111 110010 10

Color Harmonies of #060302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060302

Black with #060302

Text Example


Text Example

White with #060302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060302; }

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

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

background-color css

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

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

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

border-color css

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

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

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