#030725

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

Shades of Black Russian #030725

Tints of Black Russian #030725

Color information

#030725 (or 0x030725) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 25. RGB value is (3,7,37). Sum of RGB (Red+Green+Blue) = 3+7+37=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #030725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030725 is #FCF8DA. Grayscale: #090909. Windows color (decimal): -16578779 or 2426627. OLE color: 2426627.

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

Color convert

RGB3737-
CMYK0.920.8100.85
HSL232.94º85%7.84%-
HSV(B)232.94º91.89%14.51%-
XYZ0.450.31.79-
YUV9.22143.67123.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.38%
GREEN value IS 7 (3.12% from 255) = 14.89%
BLUE value IS 37 (14.84% from 255) = 78.72%
R=6.38%
G=14.89%
B=78.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37370.920.8100.85232.94857.84
Hex37255C51055e9558
Octal3745134121012535112510
Binary1111110010110111001010001010101011110100110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030725; }

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

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

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

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

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

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

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

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