Html Css Color HEX #303437 Cod Grey

📋 copy color: '#303437'

red 48 ◦ green 52 ◦ blue 55

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

Shades of Cod Grey #303437

Tints of Cod Grey #303437

RGB

 RED value IS 48 (19.14% from 255) = 30.97%

 GREEN value IS 52 (20.7% 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 value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 48 52 55 -
CMYK 0.13 0.05 0 0.78
HSL 205.71º 0.07% 0.2% -
HSV(B) 205.71º 0.13% 0.22% -
XYZ 3.14 3.36 4.1 -
YUV 51.15 130.17 125.76 -
System Red Green Blue C M Y K H S L
Decimal 48 52 55 0.13 0.05 0 0.78 205.71 0.07 0.2
Hex 30 34 37 D 5 0 4E CE 7 14
Octal 60 64 67 15 5 0 116 316 7 24
Binary 110000 110100 110111 1101 101 0 1001110 11001110 111 10100

Color Harmonies of #303437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303437

Black with #303437

Text Example


Text Example

White with #303437

Text Example


Text Example

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