#010825

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

Shades of Black Russian #010825

Tints of Black Russian #010825

Color information

#010825 (or 0x010825) is unknown color: approx Black Russian. HEX triplet: 01, 08 and 25. RGB value is (1,8,37). Sum of RGB (Red+Green+Blue) = 1+8+37=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 37 (14.84% from 255 or 80.43% from 46); Max value from RGB is 37 - color contains mainly: blue. Hex color #010825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010825 is #FEF7DA. Grayscale: #090909. Windows color (decimal): -16709595 or 2426881. OLE color: 2426881.

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

Color convert

RGB1837-
CMYK0.970.7800.85
HSL228.33º94.74%7.45%-
HSV(B)228.33º97.3%14.51%-
XYZ0.430.311.79-
YUV9.21143.68122.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.17%
GREEN value IS 8 (3.52% from 255) = 17.39%
BLUE value IS 37 (14.84% from 255) = 80.43%
R=2.17%
G=17.39%
B=80.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal18370.970.7800.85228.3394.747.45
Hex1825614E055e45f7
Octal1104514111601253441377
Binary110001001011100001100111001010101111001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010825; }

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

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

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

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

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

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

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

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