Html Css Color HEX #093401 Myrtle

📋 copy color: '#093401'

red 9 ◦ green 52 ◦ blue 1

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

Shades of Myrtle #093401

Tints of Myrtle #093401

RGB

 RED value IS 9 (3.91% from 255) = 14.52%

 GREEN value IS 52 (20.7% from 255) = 83.87%

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

R = 14.52%
G = 83.87%
B = 1.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#093401 (or 0x093401) is known color: Myrtle. HEX triplet: 09, 34 and 01. RGB value is (9,52,1). Sum of RGB (Red+Green+Blue) = 9+52+1=62 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.52% from 62); Green value is 52 (20.70% from 255 or 83.87% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 52 - color contains mainly: green. Hex color #093401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093401 is #F6CBFE. Grayscale: #212121. Windows color (decimal): -16174079 or 78857. OLE color: 78857.

HSL color Cylindrical-coordinate representation of color #093401: hue angle of 110.59º 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 #093401 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 1 -
CMYK 0.83 0 0.98 0.80
HSL 110.59º 0.96% 0.1% -
HSV(B) 110.59º 0.98% 0.2% -
XYZ 1.35 2.52 0.44 -
YUV 33.33 109.75 110.65 -
System Red Green Blue C M Y K H S L
Decimal 9 52 1 0.83 0 0.98 0.80 110.59 0.96 0.1
Hex 9 34 1 53 0 62 50 6F 60 A
Octal 11 64 1 123 0 142 120 157 140 12
Binary 1001 110100 1 1010011 0 1100010 1010000 1101111 1100000 1010

Color Harmonies of #093401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093401

Black with #093401

Text Example


Text Example

White with #093401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093401; }

 p { color: rgb(9,52,1); }

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

background-color css

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

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

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

border-color css

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

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

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