Html Css Color HEX #303539 Cod Grey

📋 copy color: '#303539'

red 48 ◦ green 53 ◦ blue 57

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

Shades of Cod Grey #303539

Tints of Cod Grey #303539

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

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 48 53 57 -
CMYK 0.16 0.07 0 0.78
HSL 206.67º 0.09% 0.21% -
HSV(B) 206.67º 0.16% 0.22% -
XYZ 3.23 3.47 4.37 -
YUV 51.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 48 53 57 0.16 0.07 0 0.78 206.67 0.09 0.21
Hex 30 35 39 10 7 0 4E CF 9 15
Octal 60 65 71 20 7 0 116 317 11 25
Binary 110000 110101 111001 10000 111 0 1001110 11001111 1001 10101

Color Harmonies of #303539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303539

Black with #303539

Text Example


Text Example

White with #303539

Text Example


Text Example

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