#030802

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

Shades of Myrtle #030802

Tints of Myrtle #030802

Color information

#030802 (or 0x030802) is unknown color: approx Myrtle. HEX triplet: 03, 08 and 02. RGB value is (3,8,2). Sum of RGB (Red+Green+Blue) = 3+8+2=13 (1% of max value = 765). Red value is 3 (1.56% from 255 or 23.08% from 13); Green value is 8 (3.52% from 255 or 61.54% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 8 - color contains mainly: green. Hex color #030802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030802 is #FCF7FD. Grayscale: #050505. Windows color (decimal): -16578558 or 133123. OLE color: 133123.

HSL color Cylindrical-coordinate representation of color #030802: hue angle of 110º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #030802 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.97.

Color convert

RGB382-
CMYK0.6300.750.97
HSL110º60%1.96%-
HSV(B)110º75%3.14%-
XYZ0.140.20.09-
YUV5.82125.84125.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 23.08%
GREEN value IS 8 (3.52% from 255) = 61.54%
BLUE value IS 2 (1.17% from 255) = 15.38%
R=23.08%
G=61.54%
B=15.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal3820.6300.750.97110601.96
Hex3823F04B616e3c2
Octal3102770113141156742
Binary11100010111111010010111100001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030802; }

 p { color: rgb(3,8,2); }

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

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

 a { background-color: rgb(3,8,2); }

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

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

 span { border-color: rgb(3,8,2); }

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