Html Css Color HEX #353130 Gondola

📋 copy color: '#353130'

red 53 ◦ green 49 ◦ blue 48

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

Shades of Gondola #353130

Tints of Gondola #353130

RGB

 RED value IS 53 (21.09% from 255) = 35.33%

 GREEN value IS 49 (19.53% from 255) = 32.67%

 BLUE value IS 48 (19.14% from 255) = 32%

R = 35.33%
G = 32.67%
B = 32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#353130 (or 0x353130) is known color: Gondola. HEX triplet: 35, 31 and 30. RGB value is (53,49,48). Sum of RGB (Red+Green+Blue) = 53+49+48=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #353130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353130 is #CACECF. Grayscale: #323232. Windows color (decimal): -13291216 or 3158325. OLE color: 3158325.

HSL color Cylindrical-coordinate representation of color #353130: hue angle of 12º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353130 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 49 48 -
CMYK 0 0.08 0.09 0.79
HSL 12º 0.05% 0.2% -
HSV(B) 12º 0.09% 0.21% -
XYZ 3.1 3.17 3.24 -
YUV 50.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 53 49 48 0 0.08 0.09 0.79 12 0.05 0.2
Hex 35 31 30 0 8 9 4F C 5 14
Octal 65 61 60 0 10 11 117 14 5 24
Binary 110101 110001 110000 0 1000 1001 1001111 1100 101 10100

Color Harmonies of #353130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353130

Black with #353130

Text Example


Text Example

White with #353130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353130; }

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

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

background-color css

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

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

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

border-color css

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

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

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