#082301

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

Shades of Myrtle #082301

Tints of Myrtle #082301

Color information

#082301 (or 0x082301) is unknown color: approx Myrtle. HEX triplet: 08, 23 and 01. RGB value is (8,35,1). Sum of RGB (Red+Green+Blue) = 8+35+1=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 35 (14.06% from 255 or 79.55% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 35 - color contains mainly: green. Hex color #082301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082301 is #F7DCFE. Grayscale: #171717. Windows color (decimal): -16243967 or 74504. OLE color: 74504.

HSL color Cylindrical-coordinate representation of color #082301: hue angle of 107.65º degrees, saturation: 0.94, 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 #082301 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB8351-
CMYK0.7700.970.86
HSL107.65º94.44%7.06%-
HSV(B)107.65º97.14%13.73%-
XYZ0.711.260.23-
YUV23.05115.55117.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 18.18%
GREEN value IS 35 (14.06% from 255) = 79.55%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=18.18%
G=79.55%
B=2.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal83510.7700.970.86107.6594.447.06
Hex82314D061566c5e7
Octal1043111501411261541367
Binary10001000111100110101100001101011011011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082301; }

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

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

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

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

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

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

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

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