Html Css Color HEX #030300 Maire

📋 copy color: '#030300'

red 3 ◦ green 3 ◦ blue 0

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

Shades of Maire #030300

Tints of Maire #030300

RGB

 RED value IS 3 (1.56% from 255) = 50%

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

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.99

RGB Variations

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

Color information

#030300 (or 0x030300) is known color: Maire. HEX triplet: 03, 03 and 00. RGB value is (3,3,0). Sum of RGB (Red+Green+Blue) = 3+3+0=6 (0% of max value = 765). Red value is 3 (1.56% from 255 or 50% from 6); Green value is 3 (1.56% from 255 or 50% from 6); Blue value is 0 (0.39% from 255 or 0% from 6); Max value from RGB is 3 - color contains mainly: red, green. Hex color #030300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030300 is #FCFCFF. Grayscale: #020202. Windows color (decimal): -16579840 or 771. OLE color: 771.

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

Color convert

RGB 3 3 0 -
CMYK 0 0 1 0.99
HSL 60º 1% 0.01% -
HSV(B) 60º 1% 0.01% -
XYZ 0.07 0.08 0.01 -
YUV 2.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 3 3 0 0 0 1 0.99 60 1 0.01
Hex 3 3 0 0 0 64 63 3C 64 1
Octal 3 3 0 0 0 144 143 74 144 1
Binary 11 11 0 0 0 1100100 1100011 111100 1100100 1

Color Harmonies of #030300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030300

Black with #030300

Text Example


Text Example

White with #030300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030300; }

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

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

background-color css

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

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

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

border-color css

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

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

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