Html Css Color HEX #02012D Black Russian

📋 copy color: '#02012D'

red 2 ◦ green 1 ◦ blue 45

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

Shades of Black Russian #02012D

Tints of Black Russian #02012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 93.75%

R = 4.17%
G = 2.08%
B = 93.75%

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

#02012D (or 0x02012D) is known color: Black Russian. HEX triplet: 02, 01 and 2D. RGB value is (2,1,45). Sum of RGB (Red+Green+Blue) = 2+1+45=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 45 (17.97% from 255 or 93.75% from 48); Max value from RGB is 45 - color contains mainly: blue. Hex color #02012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02012D is #FDFED2. Grayscale: #060606. Windows color (decimal): -16645843 or 2949378. OLE color: 2949378.

HSL color Cylindrical-coordinate representation of color #02012D: hue angle of 241.36º 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 #02012D is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 2 1 45 -
CMYK 0.96 0.98 0 0.82
HSL 241.36º 0.96% 0.09% -
HSV(B) 241.36º 0.98% 0.18% -
XYZ 0.51 0.22 2.5 -
YUV 6.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 2 1 45 0.96 0.98 0 0.82 241.36 0.96 0.09
Hex 2 1 2D 60 62 0 52 F1 60 9
Octal 2 1 55 140 142 0 122 361 140 11
Binary 10 1 101101 1100000 1100010 0 1010010 11110001 1100000 1001

Color Harmonies of #02012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02012D

Black with #02012D

Text Example


Text Example

White with #02012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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