#39302E

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

Shades of Gondola #39302E

Tints of Gondola #39302E

Color information

#39302E (or 0x39302E) is unknown color: approx Gondola. HEX triplet: 39, 30 and 2E. RGB value is (57,48,46). Sum of RGB (Red+Green+Blue) = 57+48+46=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 57 - color contains mainly: red. Hex color #39302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39302E is #C6CFD1. Grayscale: #323232. Windows color (decimal): -13029330 or 3027001. OLE color: 3027001.

HSL color Cylindrical-coordinate representation of color #39302E: hue angle of 10.91º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #39302E is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB574846-
CMYK00.160.190.78
HSL10.91º10.68%20.2%-
HSV(B)10.91º19.3%22.35%-
XYZ3.243.183.03-
YUV50.46125.48132.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.75%
GREEN value IS 48 (19.14% from 255) = 31.79%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=37.75%
G=31.79%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57484600.160.190.7810.9110.6820.2
Hex39302E010134Ebb14
Octal71605602023116131324
Binary1110011100001011100100001001110011101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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