Html Css Color HEX #202830 Blue Charcoal

📋 copy color: '#202830'

red 32 ◦ green 40 ◦ blue 48

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

Shades of Blue Charcoal #202830

Tints of Blue Charcoal #202830

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 value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#202830 (or 0x202830) is known color: 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

RGB 32 40 48 -
CMYK 0.33 0.17 0 0.81
HSL 210º 0.2% 0.16% -
HSV(B) 210º 0.33% 0.19% -
XYZ 1.89 2.04 3.09 -
YUV 38.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 32 40 48 0.33 0.17 0 0.81 210 0.2 0.16
Hex 20 28 30 21 11 0 51 D2 14 10
Octal 40 50 60 41 21 0 121 322 24 20
Binary 100000 101000 110000 100001 10001 0 1010001 11010010 10100 10000

Color Harmonies of #202830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202830

Black with #202830

Text Example


Text Example

White with #202830

Text Example


Text Example

HTML Codes & Css Web 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>