#262C31

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

Shades of Blue Charcoal #262C31

Tints of Blue Charcoal #262C31

Color information

#262C31 (or 0x262C31) is unknown color: approx Blue Charcoal. HEX triplet: 26, 2C and 31. RGB value is (38,44,49). Sum of RGB (Red+Green+Blue) = 38+44+49=131 (17% of max value = 765). Red value is 38 (15.23% from 255 or 29.01% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 49 - color contains mainly: blue. Hex color #262C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262C31 is #D9D3CE. Grayscale: #2A2A2A. Windows color (decimal): -14275535 or 3222566. OLE color: 3222566.

HSL color Cylindrical-coordinate representation of color #262C31: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #262C31 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB384449-
CMYK0.220.1000.81
HSL207.27º12.64%17.06%-
HSV(B)207.27º22.45%19.22%-
XYZ2.252.443.26-
YUV42.78131.51124.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 29.01%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 49 (19.53% from 255) = 37.40%
R=29.01%
G=33.59%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3844490.220.1000.81207.2712.6417.06
Hex262C3116A051cfd11
Octal465461261201213171521
Binary1001101011001100011011010100101000111001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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