Html Css Color HEX #020318 Black Russian

📋 copy color: '#020318'

red 2 ◦ green 3 ◦ blue 24

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

Shades of Black Russian #020318

Tints of Black Russian #020318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 82.76%

R = 6.9%
G = 10.34%
B = 82.76%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020318 (or 0x020318) is known color: Black Russian. HEX triplet: 02, 03 and 18. RGB value is (2,3,24). Sum of RGB (Red+Green+Blue) = 2+3+24=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #020318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020318 is #FDFCE7. Grayscale: #050505. Windows color (decimal): -16645352 or 1573634. OLE color: 1573634.

HSL color Cylindrical-coordinate representation of color #020318: hue angle of 237.27º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020318 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 3 24 -
CMYK 0.92 0.88 0 0.91
HSL 237.27º 0.85% 0.05% -
HSV(B) 237.27º 0.92% 0.09% -
XYZ 0.22 0.14 0.88 -
YUV 5.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 2 3 24 0.92 0.88 0 0.91 237.27 0.85 0.05
Hex 2 3 18 5C 58 0 5B ED 55 5
Octal 2 3 30 134 130 0 133 355 125 5
Binary 10 11 11000 1011100 1011000 0 1011011 11101101 1010101 101

Color Harmonies of #020318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020318

Black with #020318

Text Example


Text Example

White with #020318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020318; }

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

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

background-color css

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

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

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

border-color css

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

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

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