Html Css Color HEX #071304 Myrtle

📋 copy color: '#071304'

red 7 ◦ green 19 ◦ blue 4

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

Shades of Myrtle #071304

Tints of Myrtle #071304

RGB

 RED value IS 7 (3.13% from 255) = 23.33%

 GREEN value IS 19 (7.81% from 255) = 63.33%

 BLUE value IS 4 (1.95% from 255) = 13.33%

R = 23.33%
G = 63.33%
B = 13.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#071304 (or 0x071304) is known color: Myrtle. HEX triplet: 07, 13 and 04. RGB value is (7,19,4). Sum of RGB (Red+Green+Blue) = 7+19+4=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #071304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071304 is #F8ECFB. Grayscale: #0D0D0D. Windows color (decimal): -16313596 or 267015. OLE color: 267015.

HSL color Cylindrical-coordinate representation of color #071304: hue angle of 108º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #071304 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 19 4 -
CMYK 0.63 0 0.79 0.93
HSL 108º 0.65% 0.05% -
HSV(B) 108º 0.79% 0.07% -
XYZ 0.34 0.52 0.2 -
YUV 13.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 7 19 4 0.63 0 0.79 0.93 108 0.65 0.05
Hex 7 13 4 3F 0 4F 5D 6C 41 5
Octal 7 23 4 77 0 117 135 154 101 5
Binary 111 10011 100 111111 0 1001111 1011101 1101100 1000001 101

Color Harmonies of #071304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071304

Black with #071304

Text Example


Text Example

White with #071304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071304; }

 p { color: rgb(7,19,4); }

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

background-color css

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

 a { background-color: rgb(7,19,4); }

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

border-color css

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

 span { border-color: rgb(7,19,4); }

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