Html Css Color HEX #02012F Black Russian

📋 copy color: '#02012F'

red 2 ◦ green 1 ◦ blue 47

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

Shades of Black Russian #02012F

Tints of Black Russian #02012F

RGB

 RED value IS 2 (1.17% from 255) = 4%

 GREEN value IS 1 (0.78% from 255) = 2%

 BLUE value IS 47 (18.75% from 255) = 94%

R = 4%
G = 2%
B = 94%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#02012F (or 0x02012F) is known color: Black Russian. HEX triplet: 02, 01 and 2F. RGB value is (2,1,47). Sum of RGB (Red+Green+Blue) = 2+1+47=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 47 (18.75% from 255 or 94% from 50); Max value from RGB is 47 - color contains mainly: blue. Hex color #02012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02012F is #FDFED0. Grayscale: #060606. Windows color (decimal): -16645841 or 3080450. OLE color: 3080450.

HSL color Cylindrical-coordinate representation of color #02012F: hue angle of 241.3º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02012F is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 2 1 47 -
CMYK 0.96 0.98 0 0.82
HSL 241.3º 0.96% 0.09% -
HSV(B) 241.3º 0.98% 0.18% -
XYZ 0.55 0.24 2.71 -
YUV 6.54 150.83 124.76 -
System Red Green Blue C M Y K H S L
Decimal 2 1 47 0.96 0.98 0 0.82 241.3 0.96 0.09
Hex 2 1 2F 60 62 0 52 F1 60 9
Octal 2 1 57 140 142 0 122 361 140 11
Binary 10 1 101111 1100000 1100010 0 1010010 11110001 1100000 1001

Color Harmonies of #02012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02012F

Black with #02012F

Text Example


Text Example

White with #02012F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02012F; }

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

 H1.HeaderClassName
 {
   color: #02012F;
 }
 .AnyTagClassName
 {
   color: #02012F;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #02012F;
 }
 .BgClassName
 {
   background-color: #02012F;
 }
</style>

border-color css

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

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

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