Html Css Color HEX #051002 Myrtle

📋 copy color: '#051002'

red 5 ◦ green 16 ◦ blue 2

#051002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #051002

Tints of Myrtle #051002

RGB

 RED value IS 5 (2.34% from 255) = 21.74%

 GREEN value IS 16 (6.64% from 255) = 69.57%

 BLUE value IS 2 (1.17% from 255) = 8.7%

R = 21.74%
G = 69.57%
B = 8.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#051002 (or 0x051002) is known color: Myrtle. HEX triplet: 05, 10 and 02. RGB value is (5,16,2). Sum of RGB (Red+Green+Blue) = 5+16+2=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 2 (1.17% from 255 or 8.70% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #051002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051002 is #FAEFFD. Grayscale: #0B0B0B. Windows color (decimal): -16445438 or 135173. OLE color: 135173.

HSL color Cylindrical-coordinate representation of color #051002: hue angle of 107.14º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051002 is Cyan = 0.69, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 16 2 -
CMYK 0.69 0 0.87 0.94
HSL 107.14º 0.78% 0.04% -
HSV(B) 107.14º 0.88% 0.06% -
XYZ 0.26 0.41 0.12 -
YUV 11.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 5 16 2 0.69 0 0.87 0.94 107.14 0.78 0.04
Hex 5 10 2 45 0 57 5E 6B 4E 4
Octal 5 20 2 105 0 127 136 153 116 4
Binary 101 10000 10 1000101 0 1010111 1011110 1101011 1001110 100

Color Harmonies of #051002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051002

Black with #051002

Text Example


Text Example

White with #051002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051002; }

 p { color: rgb(5,16,2); }

 H1.HeaderClassName
 {
   color: #051002;
 }
 .AnyTagClassName
 {
   color: #051002;
 }
</style>

background-color css

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

 a { background-color: rgb(5,16,2); }

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

border-color css

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

 span { border-color: rgb(5,16,2); }

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