#38302E

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

Shades of Gondola #38302E

Tints of Gondola #38302E

Color information

#38302E (or 0x38302E) is unknown color: approx Gondola. HEX triplet: 38, 30 and 2E. RGB value is (56,48,46). Sum of RGB (Red+Green+Blue) = 56+48+46=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 56 - color contains mainly: red. Hex color #38302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38302E is #C7CFD1. Grayscale: #323232. Windows color (decimal): -13094866 or 3027000. OLE color: 3027000.

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

Color convert

RGB564846-
CMYK00.140.180.78
HSL12º9.8%20%-
HSV(B)12º17.86%21.96%-
XYZ3.183.153.03-
YUV50.16125.65132.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 37.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=37.33%
G=32%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56484600.140.180.78129.820
Hex38302E0E124Eca14
Octal70605601622116141224
Binary111000110000101110011101001010011101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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