Html Css Color HEX #020130 Black Russian

📋 copy color: '#020130'

red 2 ◦ green 1 ◦ blue 48

#020130
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #020130

Tints of Black Russian #020130

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 value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#020130 (or 0x020130) is known color: 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

RGB 2 1 48 -
CMYK 0.96 0.98 0 0.81
HSL 241.28º 0.96% 0.1% -
HSV(B) 241.28º 0.98% 0.19% -
XYZ 0.57 0.25 2.81 -
YUV 6.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 2 1 48 0.96 0.98 0 0.81 241.28 0.96 0.1
Hex 2 1 30 60 62 0 51 F1 60 A
Octal 2 1 60 140 142 0 121 361 140 12
Binary 10 1 110000 1100000 1100010 0 1010001 11110001 1100000 1010

Color Harmonies of #020130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020130

Black with #020130

Text Example


Text Example

White with #020130

Text Example


Text Example

HTML Codes & Css Web 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>