#030425

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

Shades of Black Russian #030425

Tints of Black Russian #030425

Color information

#030425 (or 0x030425) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 25. RGB value is (3,4,37). Sum of RGB (Red+Green+Blue) = 3+4+37=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 37 (14.84% from 255 or 84.09% from 44); Max value from RGB is 37 - color contains mainly: blue. Hex color #030425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030425 is #FCFBDA. Grayscale: #070707. Windows color (decimal): -16579547 or 2425859. OLE color: 2425859.

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

Color convert

RGB3437-
CMYK0.920.8900.85
HSL238.24º85%7.84%-
HSV(B)238.24º91.89%14.51%-
XYZ0.410.241.77-
YUV7.46144.67124.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.82%
GREEN value IS 4 (1.95% from 255) = 9.09%
BLUE value IS 37 (14.84% from 255) = 84.09%
R=6.82%
G=9.09%
B=84.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal34370.920.8900.85238.24857.84
Hex34255C59055ee558
Octal3445134131012535612510
Binary1110010010110111001011001010101011110111010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030425; }

 p { color: rgb(3,4,37); }

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

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

 a { background-color: rgb(3,4,37); }

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

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

 span { border-color: rgb(3,4,37); }

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