#263138

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

Shades of Cod Grey #263138

Tints of Cod Grey #263138

Color information

#263138 (or 0x263138) is unknown color: approx Cod Grey. HEX triplet: 26, 31 and 38. RGB value is (38,49,56). Sum of RGB (Red+Green+Blue) = 38+49+56=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 56 (22.27% from 255 or 39.16% from 143); Max value from RGB is 56 - color contains mainly: blue. Hex color #263138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263138 is #D9CEC7. Grayscale: #2E2E2E. Windows color (decimal): -14274248 or 3682598. OLE color: 3682598.

HSL color Cylindrical-coordinate representation of color #263138: hue angle of 203.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #263138 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB384956-
CMYK0.320.1200.78
HSL203.33º19.15%18.43%-
HSV(B)203.33º32.14%21.96%-
XYZ2.612.894.16-
YUV46.51133.36121.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.57%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 56 (22.27% from 255) = 39.16%
R=26.57%
G=34.27%
B=39.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3849560.320.1200.78203.3319.1518.43
Hex26313820C04Ecb1312
Octal466170401401163132322
Binary100110110001111000100000110001001110110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263138; }

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

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

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

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

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

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

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

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