#0A3201

Color #0A3201 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #0A3201

Tints of Myrtle #0A3201

Color information

#0A3201 (or 0x0A3201) is unknown color: approx Myrtle. HEX triplet: 0A, 32 and 01. RGB value is (10,50,1). Sum of RGB (Red+Green+Blue) = 10+50+1=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 50 (19.92% from 255 or 81.97% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3201 is #F5CDFE. Grayscale: #202020. Windows color (decimal): -16109055 or 78346. OLE color: 78346.

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

Color convert

RGB10501-
CMYK0.8000.980.80
HSL108.98º96.08%10%-
HSV(B)108.98º98%19.61%-
XYZ1.272.350.41-
YUV32.45110.25111.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.39%
GREEN value IS 50 (19.92% from 255) = 81.97%
BLUE value IS 1 (0.78% from 255) = 1.64%
R=16.39%
G=81.97%
B=1.64%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal105010.8000.980.80108.9896.0810
HexA32150062506d60a
Octal12621120014212015514012
Binary101011001011010000011000101010000110110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A3201;
 }
 .AnyTagClassName
 {
   color: #0A3201;
 }
</style>
background-color css

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

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

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

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

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

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