#262E32

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

Shades of Cinder #262E32

Tints of Cinder #262E32

Color information

#262E32 (or 0x262E32) is unknown color: approx Cinder. HEX triplet: 26, 2E and 32. RGB value is (38,46,50). Sum of RGB (Red+Green+Blue) = 38+46+50=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 50 - color contains mainly: blue. Hex color #262E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262E32 is #D9D1CD. Grayscale: #2C2C2C. Windows color (decimal): -14275022 or 3288614. OLE color: 3288614.

HSL color Cylindrical-coordinate representation of color #262E32: hue angle of 200º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #262E32 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB384650-
CMYK0.240.0800.80
HSL200º13.64%17.25%-
HSV(B)200º24%19.61%-
XYZ2.352.63.39-
YUV44.06131.35123.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=28.36%
G=34.33%
B=37.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3846500.240.0800.8020013.6417.25
Hex262E32188050c8e11
Octal465662301001203101621
Binary1001101011101100101100010000101000011001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262E32; }

 p { color: rgb(38,46,50); }

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

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

 a { background-color: rgb(38,46,50); }

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

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

 span { border-color: rgb(38,46,50); }

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