#383331

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

Shades of Gondola #383331

Tints of Gondola #383331

Color information

#383331 (or 0x383331) is unknown color: approx Gondola. HEX triplet: 38, 33 and 31. RGB value is (56,51,49). Sum of RGB (Red+Green+Blue) = 56+51+49=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #383331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383331 is #C7CCCE. Grayscale: #343434. Windows color (decimal): -13094095 or 3224376. OLE color: 3224376.

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

Color convert

RGB565149-
CMYK00.090.120.78
HSL17.14º6.67%20.59%-
HSV(B)17.14º12.5%21.96%-
XYZ3.373.433.39-
YUV52.27126.16130.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=35.90%
G=32.69%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56514900.090.120.7817.146.6720.59
Hex38333109C4E11715
Octal7063610111411621725
Binary11100011001111000101001110010011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383331; }

 p { color: rgb(56,51,49); }

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

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

 a { background-color: rgb(56,51,49); }

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

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

 span { border-color: rgb(56,51,49); }

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