#202230

Color #202230 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #202230

Tints of Black Russian #202230

Color information

#202230 (or 0x202230) is unknown color: approx 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

RGB323448-
CMYK0.330.2900.81
HSL232.5º20%15.69%-
HSV(B)232.5º33.33%18.82%-
XYZ1.71.663.03-
YUV35135.34125.86-

RGB Variations

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

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 (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3234480.330.2900.81232.52015.69
Hex202230211D051e81410
Octal404260413501213502420
Binary1000001000101100001000011110101010001111010001010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>