Html Css Color HEX #020312 Black Russian

📋 copy color: '#020312'

red 2 ◦ green 3 ◦ blue 18

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

Shades of Black Russian #020312

Tints of Black Russian #020312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 13.04%

 BLUE value IS 18 (7.42% from 255) = 78.26%

R = 8.7%
G = 13.04%
B = 78.26%

CMYK

 C value IS 0.89

 M value IS 0.83

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020312 (or 0x020312) is known color: Black Russian. HEX triplet: 02, 03 and 12. RGB value is (2,3,18). Sum of RGB (Red+Green+Blue) = 2+3+18=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 18 (7.42% from 255 or 78.26% from 23); Max value from RGB is 18 - color contains mainly: blue. Hex color #020312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020312 is #FDFCED. Grayscale: #040404. Windows color (decimal): -16645358 or 1180418. OLE color: 1180418.

HSL color Cylindrical-coordinate representation of color #020312: hue angle of 236.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020312 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 2 3 18 -
CMYK 0.89 0.83 0 0.93
HSL 236.25º 0.8% 0.04% -
HSV(B) 236.25º 0.89% 0.07% -
XYZ 0.17 0.12 0.59 -
YUV 4.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 2 3 18 0.89 0.83 0 0.93 236.25 0.8 0.04
Hex 2 3 12 59 53 0 5D EC 50 4
Octal 2 3 22 131 123 0 135 354 120 4
Binary 10 11 10010 1011001 1010011 0 1011101 11101100 1010000 100

Color Harmonies of #020312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020312

Black with #020312

Text Example


Text Example

White with #020312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020312; }

 p { color: rgb(2,3,18); }

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

background-color css

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

 a { background-color: rgb(2,3,18); }

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

border-color css

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

 span { border-color: rgb(2,3,18); }

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