Html Css Color HEX #202023 Black Russian

📋 copy color: '#202023'

red 32 ◦ green 32 ◦ blue 35

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

Shades of Black Russian #202023

Tints of Black Russian #202023

RGB

 RED value IS 32 (12.89% from 255) = 32.32%

 GREEN value IS 32 (12.89% from 255) = 32.32%

 BLUE value IS 35 (14.06% from 255) = 35.35%

R = 32.32%
G = 32.32%
B = 35.35%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#202023 (or 0x202023) is known color: Black Russian. HEX triplet: 20, 20 and 23. RGB value is (32,32,35). Sum of RGB (Red+Green+Blue) = 32+32+35=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 35 (14.06% from 255 or 35.35% from 99); Max value from RGB is 35 - color contains mainly: blue. Hex color #202023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202023 is #DFDFDC. Grayscale: #202020. Windows color (decimal): -14671837 or 2301984. OLE color: 2301984.

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

Color convert

RGB 32 32 35 -
CMYK 0.09 0.09 0 0.86
HSL 240º 0.04% 0.13% -
HSV(B) 240º 0.09% 0.14% -
XYZ 1.42 1.46 1.8 -
YUV 32.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 32 32 35 0.09 0.09 0 0.86 240 0.04 0.13
Hex 20 20 23 9 9 0 56 F0 4 D
Octal 40 40 43 11 11 0 126 360 4 15
Binary 100000 100000 100011 1001 1001 0 1010110 11110000 100 1101

Color Harmonies of #202023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202023

Black with #202023

Text Example


Text Example

White with #202023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202023; }

 p { color: rgb(32,32,35); }

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

background-color css

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

 a { background-color: rgb(32,32,35); }

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

border-color css

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

 span { border-color: rgb(32,32,35); }

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