#383534

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

Shades of Gondola #383534

Tints of Gondola #383534

Color information

#383534 (or 0x383534) is unknown color: approx Gondola. HEX triplet: 38, 35 and 34. RGB value is (56,53,52). Sum of RGB (Red+Green+Blue) = 56+53+52=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 56 - color contains mainly: red. Hex color #383534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383534 is #C7CACB. Grayscale: #353535. Windows color (decimal): -13093580 or 3421496. OLE color: 3421496.

HSL color Cylindrical-coordinate representation of color #383534: hue angle of 15º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #383534 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB565352-
CMYK00.050.070.78
HSL15º3.7%21.18%-
HSV(B)15º7.14%21.96%-
XYZ3.523.633.76-
YUV53.78126.99129.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.78%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 52 (20.70% from 255) = 32.30%
R=34.78%
G=32.92%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56535200.050.070.78153.721.18
Hex3835340574Ef415
Octal70656405711617425
Binary11100011010111010001011111001110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383534; }

 p { color: rgb(56,53,52); }

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

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

 a { background-color: rgb(56,53,52); }

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

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

 span { border-color: rgb(56,53,52); }

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