Html Css Color HEX #033201 Myrtle

📋 copy color: '#033201'

red 3 ◦ green 50 ◦ blue 1

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

Shades of Myrtle #033201

Tints of Myrtle #033201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 92.59%

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

R = 5.56%
G = 92.59%
B = 1.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#033201 (or 0x033201) is known color: Myrtle. HEX triplet: 03, 32 and 01. RGB value is (3,50,1). Sum of RGB (Red+Green+Blue) = 3+50+1=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 50 (19.92% from 255 or 92.59% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 50 - color contains mainly: green. Hex color #033201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033201 is #FCCDFE. Grayscale: #1E1E1E. Windows color (decimal): -16567807 or 78339. OLE color: 78339.

HSL color Cylindrical-coordinate representation of color #033201: hue angle of 117.55º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033201 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 50 1 -
CMYK 0.94 0 0.98 0.80
HSL 117.55º 0.96% 0.1% -
HSV(B) 117.55º 0.98% 0.2% -
XYZ 1.18 2.3 0.41 -
YUV 30.36 111.43 108.48 -
System Red Green Blue C M Y K H S L
Decimal 3 50 1 0.94 0 0.98 0.80 117.55 0.96 0.1
Hex 3 32 1 5E 0 62 50 76 60 A
Octal 3 62 1 136 0 142 120 166 140 12
Binary 11 110010 1 1011110 0 1100010 1010000 1110110 1100000 1010

Color Harmonies of #033201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033201

Black with #033201

Text Example


Text Example

White with #033201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033201; }

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

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

background-color css

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

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

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

border-color css

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

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

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