Html Css Color HEX #020315 Black Russian

📋 copy color: '#020315'

red 2 ◦ green 3 ◦ blue 21

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

Shades of Black Russian #020315

Tints of Black Russian #020315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 80.77%

R = 7.69%
G = 11.54%
B = 80.77%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020315 (or 0x020315) is known color: Black Russian. HEX triplet: 02, 03 and 15. RGB value is (2,3,21). Sum of RGB (Red+Green+Blue) = 2+3+21=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 21 (8.59% from 255 or 80.77% from 26); Max value from RGB is 21 - color contains mainly: blue. Hex color #020315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020315 is #FDFCEA. Grayscale: #040404. Windows color (decimal): -16645355 or 1377026. OLE color: 1377026.

HSL color Cylindrical-coordinate representation of color #020315: hue angle of 236.84º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020315 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 3 21 -
CMYK 0.90 0.86 0 0.92
HSL 236.84º 0.83% 0.05% -
HSV(B) 236.84º 0.9% 0.08% -
XYZ 0.19 0.13 0.72 -
YUV 4.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 2 3 21 0.90 0.86 0 0.92 236.84 0.83 0.05
Hex 2 3 15 5A 56 0 5C ED 53 5
Octal 2 3 25 132 126 0 134 355 123 5
Binary 10 11 10101 1011010 1010110 0 1011100 11101101 1010011 101

Color Harmonies of #020315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020315

Black with #020315

Text Example


Text Example

White with #020315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020315; }

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

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

background-color css

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

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

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

border-color css

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

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

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