Html Css Color HEX #03190B Dark Green

📋 copy color: '#03190B'

red 3 ◦ green 25 ◦ blue 11

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

Shades of Dark Green #03190B

Tints of Dark Green #03190B

RGB

 RED value IS 3 (1.56% from 255) = 7.69%

 GREEN value IS 25 (10.16% from 255) = 64.1%

 BLUE value IS 11 (4.69% from 255) = 28.21%

R = 7.69%
G = 64.1%
B = 28.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.90

RGB Variations

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

Color information

#03190B (or 0x03190B) is known color: Dark Green. HEX triplet: 03, 19 and 0B. RGB value is (3,25,11). Sum of RGB (Red+Green+Blue) = 3+25+11=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 25 (10.16% from 255 or 64.10% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 25 - color contains mainly: green. Hex color #03190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03190B is #FCE6F4. Grayscale: #101010. Windows color (decimal): -16574197 or 727299. OLE color: 727299.

HSL color Cylindrical-coordinate representation of color #03190B: hue angle of 141.82º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03190B is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 25 11 -
CMYK 0.88 0 0.56 0.90
HSL 141.82º 0.79% 0.05% -
HSV(B) 141.82º 0.88% 0.1% -
XYZ 0.45 0.74 0.44 -
YUV 16.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 3 25 11 0.88 0 0.56 0.90 141.82 0.79 0.05
Hex 3 19 B 58 0 38 5A 8E 4F 5
Octal 3 31 13 130 0 70 132 216 117 5
Binary 11 11001 1011 1011000 0 111000 1011010 10001110 1001111 101

Color Harmonies of #03190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03190B

Black with #03190B

Text Example


Text Example

White with #03190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03190B; }

 p { color: rgb(3,25,11); }

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

background-color css

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

 a { background-color: rgb(3,25,11); }

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

border-color css

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

 span { border-color: rgb(3,25,11); }

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