Html Css Color HEX #283035 Cod Grey

📋 copy color: '#283035'

red 40 ◦ green 48 ◦ blue 53

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

Shades of Cod Grey #283035

Tints of Cod Grey #283035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 34.04%

 BLUE value IS 53 (21.09% from 255) = 37.59%

R = 28.37%
G = 34.04%
B = 37.59%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#283035 (or 0x283035) is known color: Cod Grey. HEX triplet: 28, 30 and 35. RGB value is (40,48,53). Sum of RGB (Red+Green+Blue) = 40+48+53=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 53 - color contains mainly: blue. Hex color #283035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283035 is #D7CFCA. Grayscale: #2E2E2E. Windows color (decimal): -14143435 or 3485736. OLE color: 3485736.

HSL color Cylindrical-coordinate representation of color #283035: hue angle of 203.08º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #283035 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 48 53 -
CMYK 0.25 0.09 0 0.79
HSL 203.08º 0.14% 0.18% -
HSV(B) 203.08º 0.25% 0.21% -
XYZ 2.57 2.82 3.78 -
YUV 46.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 40 48 53 0.25 0.09 0 0.79 203.08 0.14 0.18
Hex 28 30 35 19 9 0 4F CB E 12
Octal 50 60 65 31 11 0 117 313 16 22
Binary 101000 110000 110101 11001 1001 0 1001111 11001011 1110 10010

Color Harmonies of #283035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283035

Black with #283035

Text Example


Text Example

White with #283035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283035; }

 p { color: rgb(40,48,53); }

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

background-color css

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

 a { background-color: rgb(40,48,53); }

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

border-color css

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

 span { border-color: rgb(40,48,53); }

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