Html Css Color HEX #0A3301 Myrtle

📋 copy color: '#0A3301'

red 10 ◦ green 51 ◦ blue 1

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

Shades of Myrtle #0A3301

Tints of Myrtle #0A3301

RGB

 RED value IS 10 (4.3% from 255) = 16.13%

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

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

R = 16.13%
G = 82.26%
B = 1.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.98

 K value IS 0.8

RGB Variations

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

Color information

#0A3301 (or 0x0A3301) is known color: Myrtle. HEX triplet: 0A, 33 and 01. RGB value is (10,51,1). Sum of RGB (Red+Green+Blue) = 10+51+1=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 51 (20.31% from 255 or 82.26% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 51 - color contains mainly: green. Hex color #0A3301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3301 is #F5CCFE. Grayscale: #212121. Windows color (decimal): -16108799 or 78602. OLE color: 78602.

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

Color convert

RGB 10 51 1 -
CMYK 0.80 0 0.98 0.8
HSL 109.2º 0.96% 0.1% -
HSV(B) 109.2º 0.98% 0.2% -
XYZ 1.31 2.43 0.43 -
YUV 33.04 109.92 111.57 -
System Red Green Blue C M Y K H S L
Decimal 10 51 1 0.80 0 0.98 0.8 109.2 0.96 0.1
Hex A 33 1 50 0 62 50 6D 60 A
Octal 12 63 1 120 0 142 120 155 140 12
Binary 1010 110011 1 1010000 0 1100010 1010000 1101101 1100000 1010

Color Harmonies of #0A3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3301

Black with #0A3301

Text Example


Text Example

White with #0A3301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,1); }

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

background-color css

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

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

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

border-color css

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

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

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