#262C2E

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

Shades of Cinder #262C2E

Tints of Cinder #262C2E

Color information

#262C2E (or 0x262C2E) is unknown color: approx Cinder. HEX triplet: 26, 2C and 2E. RGB value is (38,44,46). Sum of RGB (Red+Green+Blue) = 38+44+46=128 (16% of max value = 765). Red value is 38 (15.23% from 255 or 29.69% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 46 - color contains mainly: blue. Hex color #262C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C2E is #D9D3D1. Grayscale: #2A2A2A. Windows color (decimal): -14275538 or 3025958. OLE color: 3025958.

HSL color Cylindrical-coordinate representation of color #262C2E: hue angle of 195º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #262C2E is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB384446-
CMYK0.170.0400.82
HSL195º9.52%16.47%-
HSV(B)195º17.39%18.04%-
XYZ2.192.412.93-
YUV42.43130.01124.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.69%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=29.69%
G=34.38%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3844460.170.0400.821959.5216.47
Hex262C2E114052c3a10
Octal46545621401223031220
Binary100110101100101110100011000101001011000011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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