Html Css Color HEX #03070E Black Russian

📋 copy color: '#03070E'

red 3 ◦ green 7 ◦ blue 14

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

Shades of Black Russian #03070E

Tints of Black Russian #03070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 29.17%

 BLUE value IS 14 (5.86% from 255) = 58.33%

R = 12.5%
G = 29.17%
B = 58.33%

CMYK

 C value IS 0.79

 M value IS 0.5

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#03070E (or 0x03070E) is known color: Black Russian. HEX triplet: 03, 07 and 0E. RGB value is (3,7,14). Sum of RGB (Red+Green+Blue) = 3+7+14=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 7 (3.12% from 255 or 29.17% from 24); Blue value is 14 (5.86% from 255 or 58.33% from 24); Max value from RGB is 14 - color contains mainly: blue. Hex color #03070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03070E is #FCF8F1. Grayscale: #060606. Windows color (decimal): -16578802 or 919299. OLE color: 919299.

HSL color Cylindrical-coordinate representation of color #03070E: hue angle of 218.18º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #03070E is Cyan = 0.79, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 3 7 14 -
CMYK 0.79 0.5 0 0.95
HSL 218.18º 0.65% 0.03% -
HSV(B) 218.18º 0.79% 0.05% -
XYZ 0.19 0.2 0.44 -
YUV 6.6 132.17 125.43 -
System Red Green Blue C M Y K H S L
Decimal 3 7 14 0.79 0.5 0 0.95 218.18 0.65 0.03
Hex 3 7 E 4F 32 0 5F DA 41 3
Octal 3 7 16 117 62 0 137 332 101 3
Binary 11 111 1110 1001111 110010 0 1011111 11011010 1000001 11

Color Harmonies of #03070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03070E

Black with #03070E

Text Example


Text Example

White with #03070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03070E; }

 p { color: rgb(3,7,14); }

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

background-color css

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

 a { background-color: rgb(3,7,14); }

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

border-color css

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

 span { border-color: rgb(3,7,14); }

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