Html Css Color HEX #060300 Black

📋 copy color: '#060300'

red 6 ◦ green 3 ◦ blue 0

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

Shades of Black #060300

Tints of Black #060300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#060300 (or 0x060300) is known color: Black. HEX triplet: 06, 03 and 00. RGB value is (6,3,0). Sum of RGB (Red+Green+Blue) = 6+3+0=9 (1% of max value = 765). Red value is 6 (2.73% from 255 or 66.67% from 9); Green value is 3 (1.56% from 255 or 33.33% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 6 - color contains mainly: red. Hex color #060300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060300 is #F9FCFF. Grayscale: #030303. Windows color (decimal): -16383232 or 774. OLE color: 774.

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

Color convert

RGB 6 3 0 -
CMYK 0 0.50 1 0.98
HSL 30º 1% 0.01% -
HSV(B) 30º 1% 0.02% -
XYZ 0.11 0.1 0.01 -
YUV 3.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 6 3 0 0 0.50 1 0.98 30 1 0.01
Hex 6 3 0 0 32 64 62 1E 64 1
Octal 6 3 0 0 62 144 142 36 144 1
Binary 110 11 0 0 110010 1100100 1100010 11110 1100100 1

Color Harmonies of #060300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060300

Black with #060300

Text Example


Text Example

White with #060300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060300; }

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

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

background-color css

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

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

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

border-color css

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

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

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