#0B3201

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

Shades of Myrtle #0B3201

Tints of Myrtle #0B3201

Color information

#0B3201 (or 0x0B3201) is unknown color: approx Myrtle. HEX triplet: 0B, 32 and 01. RGB value is (11,50,1). Sum of RGB (Red+Green+Blue) = 11+50+1=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 50 (19.92% from 255 or 80.65% from 62); Blue value is 1 (0.78% from 255 or 1.61% from 62); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B3201 is #F4CDFE. Grayscale: #202020. Windows color (decimal): -16043519 or 78347. OLE color: 78347.

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

Color convert

RGB11501-
CMYK0.7800.980.80
HSL107.76º96.08%10%-
HSV(B)107.76º98%19.61%-
XYZ1.282.350.42-
YUV32.75110.08112.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.74%
GREEN value IS 50 (19.92% from 255) = 80.65%
BLUE value IS 1 (0.78% from 255) = 1.61%
R=17.74%
G=80.65%
B=1.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal115010.7800.980.80107.7696.0810
HexB3214E062506c60a
Octal13621116014212015414012
Binary101111001011001110011000101010000110110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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