#303437

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

Shades of Cod Grey #303437

Tints of Cod Grey #303437

Color information

#303437 (or 0x303437) is unknown color: approx Cod Grey. HEX triplet: 30, 34 and 37. RGB value is (48,52,55). Sum of RGB (Red+Green+Blue) = 48+52+55=155 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.97% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 55 - color contains mainly: blue. Hex color #303437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303437 is #CFCBC8. Grayscale: #333333. Windows color (decimal): -13618121 or 3617840. OLE color: 3617840.

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

Color convert

RGB485255-
CMYK0.130.0500.78
HSL205.71º6.8%20.2%-
HSV(B)205.71º12.73%21.57%-
XYZ3.143.364.1-
YUV51.15130.17125.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.97%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=30.97%
G=33.55%
B=35.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4852550.130.0500.78205.716.820.2
Hex303437D504Ece714
Octal6064671550116316724
Binary1100001101001101111101101010011101100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303437; }

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

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

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

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

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

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

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

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