#202326

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

Shades of Cinder #202326

Tints of Cinder #202326

Color information

#202326 (or 0x202326) is unknown color: approx Cinder. HEX triplet: 20, 23 and 26. RGB value is (32,35,38). Sum of RGB (Red+Green+Blue) = 32+35+38=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 38 - color contains mainly: blue. Hex color #202326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202326 is #DFDCD9. Grayscale: #222222. Windows color (decimal): -14671066 or 2499360. OLE color: 2499360.

HSL color Cylindrical-coordinate representation of color #202326: hue angle of 210º degrees, saturation: 0.09, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #202326 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB323538-
CMYK0.160.0800.85
HSL210º8.57%13.73%-
HSV(B)210º15.79%14.9%-
XYZ1.551.652.07-
YUV34.44130.01126.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.48%
GREEN value IS 35 (14.06% from 255) = 33.33%
BLUE value IS 38 (15.23% from 255) = 36.19%
R=30.48%
G=33.33%
B=36.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3235380.160.0800.852108.5713.73
Hex202326108055d29e
Octal404346201001253221116
Binary100000100011100110100001000010101011101001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202326; }

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

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

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

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

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

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

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

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