Html Css Color HEX #263138 Cod Grey

📋 copy color: '#263138'

red 38 ◦ green 49 ◦ blue 56

#263138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cod Grey #263138

Tints of Cod Grey #263138

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 value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#263138 (or 0x263138) is known color: 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

RGB 38 49 56 -
CMYK 0.32 0.12 0 0.78
HSL 203.33º 0.19% 0.18% -
HSV(B) 203.33º 0.32% 0.22% -
XYZ 2.61 2.89 4.16 -
YUV 46.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 38 49 56 0.32 0.12 0 0.78 203.33 0.19 0.18
Hex 26 31 38 20 C 0 4E CB 13 12
Octal 46 61 70 40 14 0 116 313 23 22
Binary 100110 110001 111000 100000 1100 0 1001110 11001011 10011 10010

Color Harmonies of #263138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263138

Black with #263138

Text Example


Text Example

White with #263138

Text Example


Text Example

HTML Codes & Css Web 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>