#030614

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

Shades of Black Russian #030614

Tints of Black Russian #030614

Color information

#030614 (or 0x030614) is unknown color: approx Black Russian. HEX triplet: 03, 06 and 14. RGB value is (3,6,20). Sum of RGB (Red+Green+Blue) = 3+6+20=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #030614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030614 is #FCF9EB. Grayscale: #060606. Windows color (decimal): -16579052 or 1312259. OLE color: 1312259.

HSL color Cylindrical-coordinate representation of color #030614: hue angle of 229.41º 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 #030614 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB3620-
CMYK0.850.7000.92
HSL229.41º73.91%4.51%-
HSV(B)229.41º85%7.84%-
XYZ0.230.20.69-
YUV6.7135.51125.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 20 (8.20% from 255) = 68.97%
R=10.34%
G=20.69%
B=68.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal36200.850.7000.92229.4173.914.51
Hex3614554605Ce54a5
Octal362412510601343451125
Binary11110101001010101100011001011100111001011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030614; }

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

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

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

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

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

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

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

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