Html Css Color HEX #283138 Cod Grey

📋 copy color: '#283138'

red 40 ◦ green 49 ◦ blue 56

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

Shades of Cod Grey #283138

Tints of Cod Grey #283138

RGB

 RED value IS 40 (16.02% from 255) = 27.59%

 GREEN value IS 49 (19.53% from 255) = 33.79%

 BLUE value IS 56 (22.27% from 255) = 38.62%

R = 27.59%
G = 33.79%
B = 38.62%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#283138 (or 0x283138) is known color: Cod Grey. HEX triplet: 28, 31 and 38. RGB value is (40,49,56). Sum of RGB (Red+Green+Blue) = 40+49+56=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #283138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283138 is #D7CEC7. Grayscale: #2F2F2F. Windows color (decimal): -14143176 or 3682600. OLE color: 3682600.

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

Color convert

RGB 40 49 56 -
CMYK 0.29 0.12 0 0.78
HSL 206.25º 0.17% 0.19% -
HSV(B) 206.25º 0.29% 0.22% -
XYZ 2.69 2.93 4.17 -
YUV 47.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 40 49 56 0.29 0.12 0 0.78 206.25 0.17 0.19
Hex 28 31 38 1D C 0 4E CE 11 13
Octal 50 61 70 35 14 0 116 316 21 23
Binary 101000 110001 111000 11101 1100 0 1001110 11001110 10001 10011

Color Harmonies of #283138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283138

Black with #283138

Text Example


Text Example

White with #283138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283138; }

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

 H1.HeaderClassName
 {
   color: #283138;
 }
 .AnyTagClassName
 {
   color: #283138;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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