#030525

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

Shades of Black Russian #030525

Tints of Black Russian #030525

Color information

#030525 (or 0x030525) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 25. RGB value is (3,5,37). Sum of RGB (Red+Green+Blue) = 3+5+37=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 37 (14.84% from 255 or 82.22% from 45); Max value from RGB is 37 - color contains mainly: blue. Hex color #030525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030525 is #FCFADA. Grayscale: #070707. Windows color (decimal): -16579291 or 2426115. OLE color: 2426115.

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

Color convert

RGB3537-
CMYK0.920.8600.85
HSL236.47º85%7.84%-
HSV(B)236.47º91.89%14.51%-
XYZ0.430.261.78-
YUV8.05144.34124.4-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 5 (2.34% from 255) = 11.11%
BLUE value IS 37 (14.84% from 255) = 82.22%
R=6.67%
G=11.11%
B=82.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal35370.920.8600.85236.47857.84
Hex35255C56055ec558
Octal3545134126012535412510
Binary1110110010110111001010110010101011110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030525; }

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

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

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

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

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

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

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

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