#08320B

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

Shades of Myrtle #08320B

Tints of Myrtle #08320B

Color information

#08320B (or 0x08320B) is unknown color: approx Myrtle. HEX triplet: 08, 32 and 0B. RGB value is (8,50,11). Sum of RGB (Red+Green+Blue) = 8+50+11=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #08320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08320B is #F7CDF4. Grayscale: #212121. Windows color (decimal): -16240117 or 733704. OLE color: 733704.

HSL color Cylindrical-coordinate representation of color #08320B: hue angle of 124.29º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08320B is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB85011-
CMYK0.8400.780.80
HSL124.29º72.41%11.37%-
HSV(B)124.29º84%19.61%-
XYZ1.32.360.7-
YUV33115.59110.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 11.59%
GREEN value IS 50 (19.92% from 255) = 72.46%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=11.59%
G=72.46%
B=15.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal850110.8400.780.80124.2972.4111.37
Hex832B5404E507c48b
Octal106213124011612017411013
Binary100011001010111010100010011101010000111110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08320B; }

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

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

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

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

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

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

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

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