#35302E

Color #35302E Gondola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gondola #35302E

Tints of Gondola #35302E

Color information

#35302E (or 0x35302E) is unknown color: approx Gondola. HEX triplet: 35, 30 and 2E. RGB value is (53,48,46). Sum of RGB (Red+Green+Blue) = 53+48+46=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #35302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35302E is #CACFD1. Grayscale: #313131. Windows color (decimal): -13291474 or 3026997. OLE color: 3026997.

HSL color Cylindrical-coordinate representation of color #35302E: hue angle of 17.14º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #35302E is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB534846-
CMYK00.090.130.79
HSL17.14º7.07%19.41%-
HSV(B)17.14º13.21%20.78%-
XYZ3.023.073.02-
YUV49.27126.16130.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 36.05%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=36.05%
G=32.65%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53484600.090.130.7917.147.0719.41
Hex35302E09D4F11713
Octal6560560111511721723
Binary11010111000010111001001110110011111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35302E; }

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

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

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

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

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

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

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

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