#202830

Color #202830 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #202830

Tints of Blue Charcoal #202830

Color information

#202830 (or 0x202830) is unknown color: approx Blue Charcoal. HEX triplet: 20, 28 and 30. RGB value is (32,40,48). Sum of RGB (Red+Green+Blue) = 32+40+48=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 48 - color contains mainly: blue. Hex color #202830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202830 is #DFD7CF. Grayscale: #262626. Windows color (decimal): -14669776 or 3156000. OLE color: 3156000.

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

Color convert

RGB324048-
CMYK0.330.1700.81
HSL210º20%15.69%-
HSV(B)210º33.33%18.82%-
XYZ1.892.043.09-
YUV38.52133.35123.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.67%
GREEN value IS 40 (16.02% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 40%
R=26.67%
G=33.33%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3240480.330.1700.812102015.69
Hex2028302111051d21410
Octal405060412101213222420
Binary1000001010001100001000011000101010001110100101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202830; }

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

 H1.HeaderClassName
 {
   color: #202830;
 }
 .AnyTagClassName
 {
   color: #202830;
 }
</style>
background-color css

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

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

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

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

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

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