Html Css Color HEX #0E3201 Myrtle

📋 copy color: '#0E3201'

red 14 ◦ green 50 ◦ blue 1

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

Shades of Myrtle #0E3201

Tints of Myrtle #0E3201

RGB

 RED value IS 14 (5.86% from 255) = 21.54%

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

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

R = 21.54%
G = 76.92%
B = 1.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#0E3201 (or 0x0E3201) is known color: Myrtle. HEX triplet: 0E, 32 and 01. RGB value is (14,50,1). Sum of RGB (Red+Green+Blue) = 14+50+1=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #0E3201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3201 is #F1CDFE. Grayscale: #212121. Windows color (decimal): -15846911 or 78350. OLE color: 78350.

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

Color convert

RGB 14 50 1 -
CMYK 0.72 0 0.98 0.80
HSL 104.08º 0.96% 0.1% -
HSV(B) 104.08º 0.98% 0.2% -
XYZ 1.33 2.38 0.42 -
YUV 33.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 14 50 1 0.72 0 0.98 0.80 104.08 0.96 0.1
Hex E 32 1 48 0 62 50 68 60 A
Octal 16 62 1 110 0 142 120 150 140 12
Binary 1110 110010 1 1001000 0 1100010 1010000 1101000 1100000 1010

Color Harmonies of #0E3201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3201

Black with #0E3201

Text Example


Text Example

White with #0E3201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E3201; }

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

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

background-color css

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

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

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

border-color css

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

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

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