#26292B

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

Shades of Cinder #26292B

Tints of Cinder #26292B

Color information

#26292B (or 0x26292B) is unknown color: approx Cinder. HEX triplet: 26, 29 and 2B. RGB value is (38,41,43). Sum of RGB (Red+Green+Blue) = 38+41+43=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 43 - color contains mainly: blue. Hex color #26292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26292B is #D9D6D4. Grayscale: #282828. Windows color (decimal): -14276309 or 2828582. OLE color: 2828582.

HSL color Cylindrical-coordinate representation of color #26292B: hue angle of 204º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #26292B is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB384143-
CMYK0.120.0500.83
HSL204º6.17%15.88%-
HSV(B)204º11.63%16.86%-
XYZ2.032.172.6-
YUV40.33129.51126.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 41 (16.41% from 255) = 33.61%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=31.15%
G=33.61%
B=35.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3841430.120.0500.832046.1715.88
Hex26292BC5053cc610
Octal4651531450123314620
Binary1001101010011010111100101010100111100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26292B; }

 p { color: rgb(38,41,43); }

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

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

 a { background-color: rgb(38,41,43); }

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

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

 span { border-color: rgb(38,41,43); }

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