#03070E

Color #03070E Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #03070E

Tints of Black Russian #03070E

Color information

#03070E (or 0x03070E) is unknown color: approx 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

RGB3714-
CMYK0.790.500.95
HSL218.18º64.71%3.33%-
HSV(B)218.18º78.57%5.49%-
XYZ0.190.20.44-
YUV6.6132.17125.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12.5%
GREEN value IS 7 (3.12% 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 (Cyan) values IS 0.79
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal37140.790.500.95218.1864.713.33
Hex37E4F3205Fda413
Octal37161176201373321013
Binary11111111010011111100100101111111011010100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>