Html Css Color HEX #020217 Black Russian

📋 copy color: '#020217'

red 2 ◦ green 2 ◦ blue 23

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

Shades of Black Russian #020217

Tints of Black Russian #020217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.41%

 BLUE value IS 23 (9.38% from 255) = 85.19%

R = 7.41%
G = 7.41%
B = 85.19%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#020217 (or 0x020217) is known color: Black Russian. HEX triplet: 02, 02 and 17. RGB value is (2,2,23). Sum of RGB (Red+Green+Blue) = 2+2+23=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 23 (9.38% from 255 or 85.19% from 27); Max value from RGB is 23 - color contains mainly: blue. Hex color #020217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020217 is #FDFDE8. Grayscale: #040404. Windows color (decimal): -16645609 or 1507842. OLE color: 1507842.

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

Color convert

RGB 2 2 23 -
CMYK 0.91 0.91 0 0.91
HSL 240º 0.84% 0.05% -
HSV(B) 240º 0.91% 0.09% -
XYZ 0.2 0.12 0.82 -
YUV 4.39 138.5 126.29 -
System Red Green Blue C M Y K H S L
Decimal 2 2 23 0.91 0.91 0 0.91 240 0.84 0.05
Hex 2 2 17 5B 5B 0 5B F0 54 5
Octal 2 2 27 133 133 0 133 360 124 5
Binary 10 10 10111 1011011 1011011 0 1011011 11110000 1010100 101

Color Harmonies of #020217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020217

Black with #020217

Text Example


Text Example

White with #020217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020217; }

 p { color: rgb(2,2,23); }

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

background-color css

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

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

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

border-color css

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

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

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