Html Css Color HEX #003304 Myrtle

📋 copy color: '#003304'

red 0 ◦ green 51 ◦ blue 4

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

Shades of Myrtle #003304

Tints of Myrtle #003304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 92.73%

 BLUE value IS 4 (1.95% from 255) = 7.27%

R = 0%
G = 92.73%
B = 7.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.8

RGB Variations

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

Color information

#003304 (or 0x003304) is known color: Myrtle. HEX triplet: 00, 33 and 04. RGB value is (0,51,4). Sum of RGB (Red+Green+Blue) = 0+51+4=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 51 (20.31% from 255 or 92.73% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 51 - color contains mainly: green. Hex color #003304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003304 is #FFCCFB. Grayscale: #1E1E1E. Windows color (decimal): -16764156 or 275200. OLE color: 275200.

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

Color convert

RGB 0 51 4 -
CMYK 1 0 0.92 0.8
HSL 124.71º 1% 0.1% -
HSV(B) 124.71º 1% 0.2% -
XYZ 1.21 2.38 0.51 -
YUV 30.39 113.1 106.32 -
System Red Green Blue C M Y K H S L
Decimal 0 51 4 1 0 0.92 0.8 124.71 1 0.1
Hex 0 33 4 64 0 5C 50 7D 64 A
Octal 0 63 4 144 0 134 120 175 144 12
Binary 0 110011 100 1100100 0 1011100 1010000 1111101 1100100 1010

Color Harmonies of #003304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003304

Black with #003304

Text Example


Text Example

White with #003304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003304; }

 p { color: rgb(0,51,4); }

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

background-color css

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

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

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

border-color css

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

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

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