Html Css Color HEX #202330 Black Russian

📋 copy color: '#202330'

red 32 ◦ green 35 ◦ blue 48

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

Shades of Black Russian #202330

Tints of Black Russian #202330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

 BLUE value IS 48 (19.14% from 255) = 41.74%

R = 27.83%
G = 30.43%
B = 41.74%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#202330 (or 0x202330) is known color: Black Russian. HEX triplet: 20, 23 and 30. RGB value is (32,35,48). Sum of RGB (Red+Green+Blue) = 32+35+48=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #202330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202330 is #DFDCCF. Grayscale: #232323. Windows color (decimal): -14671056 or 3154720. OLE color: 3154720.

HSL color Cylindrical-coordinate representation of color #202330: hue angle of 228.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #202330 is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 35 48 -
CMYK 0.33 0.27 0 0.81
HSL 228.75º 0.2% 0.16% -
HSV(B) 228.75º 0.33% 0.19% -
XYZ 1.73 1.72 3.04 -
YUV 35.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 32 35 48 0.33 0.27 0 0.81 228.75 0.2 0.16
Hex 20 23 30 21 1B 0 51 E5 14 10
Octal 40 43 60 41 33 0 121 345 24 20
Binary 100000 100011 110000 100001 11011 0 1010001 11100101 10100 10000

Color Harmonies of #202330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202330

Black with #202330

Text Example


Text Example

White with #202330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202330; }

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

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

background-color css

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

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

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

border-color css

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

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

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