Html Css Color HEX #30353A Cod Grey

📋 copy color: '#30353A'

red 48 ◦ green 53 ◦ blue 58

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

Shades of Cod Grey #30353A

Tints of Cod Grey #30353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.33%

 BLUE value IS 58 (23.05% from 255) = 36.48%

R = 30.19%
G = 33.33%
B = 36.48%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#30353A (or 0x30353A) is known color: Cod Grey. HEX triplet: 30, 35 and 3A. RGB value is (48,53,58). Sum of RGB (Red+Green+Blue) = 48+53+58=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 58 - color contains mainly: blue. Hex color #30353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30353A is #CFCAC5. Grayscale: #343434. Windows color (decimal): -13617862 or 3814704. OLE color: 3814704.

HSL color Cylindrical-coordinate representation of color #30353A: hue angle of 210º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #30353A is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 48 53 58 -
CMYK 0.17 0.09 0 0.77
HSL 210º 0.09% 0.21% -
HSV(B) 210º 0.17% 0.23% -
XYZ 3.26 3.48 4.5 -
YUV 52.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 48 53 58 0.17 0.09 0 0.77 210 0.09 0.21
Hex 30 35 3A 11 9 0 4D D2 9 15
Octal 60 65 72 21 11 0 115 322 11 25
Binary 110000 110101 111010 10001 1001 0 1001101 11010010 1001 10101

Color Harmonies of #30353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30353A

Black with #30353A

Text Example


Text Example

White with #30353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30353A; }

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

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

background-color css

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

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

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

border-color css

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

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

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