#030714

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

Shades of Black Russian #030714

Tints of Black Russian #030714

Color information

#030714 (or 0x030714) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 14. RGB value is (3,7,20). Sum of RGB (Red+Green+Blue) = 3+7+20=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 20 (8.20% from 255 or 66.67% from 30); Max value from RGB is 20 - color contains mainly: blue. Hex color #030714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030714 is #FCF8EB. Grayscale: #070707. Windows color (decimal): -16578796 or 1312515. OLE color: 1312515.

HSL color Cylindrical-coordinate representation of color #030714: hue angle of 225.88º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #030714 is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB3720-
CMYK0.850.6500.92
HSL225.88º73.91%4.51%-
HSV(B)225.88º85%7.84%-
XYZ0.240.220.69-
YUV7.29135.17124.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10%
GREEN value IS 7 (3.12% from 255) = 23.33%
BLUE value IS 20 (8.20% from 255) = 66.67%
R=10%
G=23.33%
B=66.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal37200.850.6500.92225.8873.914.51
Hex3714554105Ce24a5
Octal372412510101343421125
Binary11111101001010101100000101011100111000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030714; }

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

 H1.HeaderClassName
 {
   color: #030714;
 }
 .AnyTagClassName
 {
   color: #030714;
 }
</style>
background-color css

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

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

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

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

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

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