#35302F

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

Shades of Gondola #35302F

Tints of Gondola #35302F

Color information

#35302F (or 0x35302F) is unknown color: approx Gondola. HEX triplet: 35, 30 and 2F. RGB value is (53,48,47). Sum of RGB (Red+Green+Blue) = 53+48+47=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 53 - color contains mainly: red. Hex color #35302F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35302F is #CACFD0. Grayscale: #313131. Windows color (decimal): -13291473 or 3092533. OLE color: 3092533.

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

Color convert

RGB534847-
CMYK00.090.110.79
HSL10º6%19.61%-
HSV(B)10º11.32%20.78%-
XYZ3.043.083.12-
YUV49.38126.66130.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 35.81%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=35.81%
G=32.43%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53484700.090.110.7910619.61
Hex35302F09B4Fa614
Octal6560570111311712624
Binary1101011100001011110100110111001111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35302F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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