Html Css Color HEX #030301 Maire

📋 copy color: '#030301'

red 3 ◦ green 3 ◦ blue 1

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

Shades of Maire #030301

Tints of Maire #030301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 14.29%

R = 42.86%
G = 42.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.67

 K value IS 0.99

RGB Variations

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

Color information

#030301 (or 0x030301) is known color: Maire. HEX triplet: 03, 03 and 01. RGB value is (3,3,1). Sum of RGB (Red+Green+Blue) = 3+3+1=7 (0% of max value = 765). Red value is 3 (1.56% from 255 or 42.86% from 7); Green value is 3 (1.56% from 255 or 42.86% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 3 - color contains mainly: red, green. Hex color #030301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030301 is #FCFCFE. Grayscale: #020202. Windows color (decimal): -16579839 or 66307. OLE color: 66307.

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

Color convert

RGB 3 3 1 -
CMYK 0 0 0.67 0.99
HSL 60º 0.5% 0.01% -
HSV(B) 60º 0.67% 0.01% -
XYZ 0.08 0.09 0.04 -
YUV 2.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 3 3 1 0 0 0.67 0.99 60 0.5 0.01
Hex 3 3 1 0 0 43 63 3C 32 1
Octal 3 3 1 0 0 103 143 74 62 1
Binary 11 11 1 0 0 1000011 1100011 111100 110010 1

Color Harmonies of #030301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030301

Black with #030301

Text Example


Text Example

White with #030301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030301; }

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

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

background-color css

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

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

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

border-color css

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

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

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