#082401

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

Shades of Myrtle #082401

Tints of Myrtle #082401

Color information

#082401 (or 0x082401) is unknown color: approx Myrtle. HEX triplet: 08, 24 and 01. RGB value is (8,36,1). Sum of RGB (Red+Green+Blue) = 8+36+1=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 36 (14.45% from 255 or 80% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 36 - color contains mainly: green. Hex color #082401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082401 is #F7DBFE. Grayscale: #171717. Windows color (decimal): -16243711 or 74760. OLE color: 74760.

HSL color Cylindrical-coordinate representation of color #082401: hue angle of 108º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082401 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB8361-
CMYK0.7800.970.86
HSL108º94.59%7.25%-
HSV(B)108º97.22%14.12%-
XYZ0.741.320.24-
YUV23.64115.22116.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.78%
GREEN value IS 36 (14.45% from 255) = 80%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=17.78%
G=80%
B=2.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal83610.7800.970.8610894.597.25
Hex82414E061566c5f7
Octal1044111601411261541377
Binary10001001001100111001100001101011011011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082401; }

 p { color: rgb(8,36,1); }

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

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

 a { background-color: rgb(8,36,1); }

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

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

 span { border-color: rgb(8,36,1); }

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