#303539

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

Shades of Cod Grey #303539

Tints of Cod Grey #303539

Color information

#303539 (or 0x303539) is unknown color: approx Cod Grey. HEX triplet: 30, 35 and 39. RGB value is (48,53,57). Sum of RGB (Red+Green+Blue) = 48+53+57=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 57 - color contains mainly: blue. Hex color #303539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303539 is #CFCAC6. Grayscale: #333333. Windows color (decimal): -13617863 or 3749168. OLE color: 3749168.

HSL color Cylindrical-coordinate representation of color #303539: hue angle of 206.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #303539 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB485357-
CMYK0.160.0700.78
HSL206.67º8.57%20.59%-
HSV(B)206.67º15.79%22.35%-
XYZ3.233.474.37-
YUV51.96130.84125.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=30.38%
G=33.54%
B=36.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4853570.160.0700.78206.678.5720.59
Hex30353910704Ecf915
Octal60657120701163171125
Binary110000110101111001100001110100111011001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303539; }

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

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

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

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

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

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

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

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