#263037

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

Shades of Cod Grey #263037

Tints of Cod Grey #263037

Color information

#263037 (or 0x263037) is unknown color: approx Cod Grey. HEX triplet: 26, 30 and 37. RGB value is (38,48,55). Sum of RGB (Red+Green+Blue) = 38+48+55=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #263037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263037 is #D9CFC8. Grayscale: #2D2D2D. Windows color (decimal): -14274505 or 3616806. OLE color: 3616806.

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

Color convert

RGB384855-
CMYK0.310.1300.78
HSL204.71º18.28%18.24%-
HSV(B)204.71º30.91%21.57%-
XYZ2.552.84.02-
YUV45.81133.19122.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.95%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=26.95%
G=34.04%
B=39.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3848550.310.1300.78204.7118.2818.24
Hex2630371FD04Ecd1212
Octal466067371501163152222
Binary10011011000011011111111110101001110110011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263037; }

 p { color: rgb(38,48,55); }

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

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

 a { background-color: rgb(38,48,55); }

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

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

 span { border-color: rgb(38,48,55); }

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