Html Css Color HEX #202230 Black Russian

📋 copy color: '#202230'

red 32 ◦ green 34 ◦ blue 48

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

Shades of Black Russian #202230

Tints of Black Russian #202230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.82%

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

R = 28.07%
G = 29.82%
B = 42.11%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#202230 (or 0x202230) is known color: Black Russian. HEX triplet: 20, 22 and 30. RGB value is (32,34,48). Sum of RGB (Red+Green+Blue) = 32+34+48=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #202230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202230 is #DFDDCF. Grayscale: #222222. Windows color (decimal): -14671312 or 3154464. OLE color: 3154464.

HSL color Cylindrical-coordinate representation of color #202230: hue angle of 232.5º 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 #202230 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 34 48 -
CMYK 0.33 0.29 0 0.81
HSL 232.5º 0.2% 0.16% -
HSV(B) 232.5º 0.33% 0.19% -
XYZ 1.7 1.66 3.03 -
YUV 35 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 32 34 48 0.33 0.29 0 0.81 232.5 0.2 0.16
Hex 20 22 30 21 1D 0 51 E8 14 10
Octal 40 42 60 41 35 0 121 350 24 20
Binary 100000 100010 110000 100001 11101 0 1010001 11101000 10100 10000

Color Harmonies of #202230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202230

Black with #202230

Text Example


Text Example

White with #202230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202230; }

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

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

background-color css

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

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

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

border-color css

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

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

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