#010425

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

Shades of Black Russian #010425

Tints of Black Russian #010425

Color information

#010425 (or 0x010425) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 25. RGB value is (1,4,37). Sum of RGB (Red+Green+Blue) = 1+4+37=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 37 (14.84% from 255 or 88.10% from 42); Max value from RGB is 37 - color contains mainly: blue. Hex color #010425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010425 is #FEFBDA. Grayscale: #060606. Windows color (decimal): -16710619 or 2425857. OLE color: 2425857.

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

Color convert

RGB1437-
CMYK0.970.8900.85
HSL235º94.74%7.45%-
HSV(B)235º97.3%14.51%-
XYZ0.390.231.77-
YUV6.86145.01123.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 37 (14.84% from 255) = 88.10%
R=2.38%
G=9.52%
B=88.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal14370.970.8900.8523594.747.45
Hex14256159055eb5f7
Octal144514113101253531377
Binary11001001011100001101100101010101111010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010425; }

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

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

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

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

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

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

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

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