#020130

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

Shades of Black Russian #020130

Tints of Black Russian #020130

Color information

#020130 (or 0x020130) is unknown color: approx Black Russian. HEX triplet: 02, 01 and 30. RGB value is (2,1,48). Sum of RGB (Red+Green+Blue) = 2+1+48=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 48 (19.14% from 255 or 94.12% from 51); Max value from RGB is 48 - color contains mainly: blue. Hex color #020130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020130 is #FDFECF. Grayscale: #060606. Windows color (decimal): -16645840 or 3145986. OLE color: 3145986.

HSL color Cylindrical-coordinate representation of color #020130: hue angle of 241.28º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020130 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB2148-
CMYK0.960.9800.81
HSL241.28º95.92%9.61%-
HSV(B)241.28º97.92%18.82%-
XYZ0.570.252.81-
YUV6.66151.33124.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 48 (19.14% from 255) = 94.12%
R=3.92%
G=1.96%
B=94.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal21480.960.9800.81241.2895.929.61
Hex21306062051f160a
Octal2160140142012136114012
Binary10111000011000001100010010100011111000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020130; }

 p { color: rgb(2,1,48); }

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

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

 a { background-color: rgb(2,1,48); }

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

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

 span { border-color: rgb(2,1,48); }

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