#383433

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

Shades of Gondola #383433

Tints of Gondola #383433

Color information

#383433 (or 0x383433) is unknown color: approx Gondola. HEX triplet: 38, 34 and 33. RGB value is (56,52,51). Sum of RGB (Red+Green+Blue) = 56+52+51=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 56 - color contains mainly: red. Hex color #383433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383433 is #C7CBCC. Grayscale: #353535. Windows color (decimal): -13093837 or 3355704. OLE color: 3355704.

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

Color convert

RGB565251-
CMYK00.070.090.78
HSL12º4.67%20.98%-
HSV(B)12º8.93%21.96%-
XYZ3.463.543.63-
YUV53.08126.83130.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.22%
GREEN value IS 52 (20.70% from 255) = 32.70%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=35.22%
G=32.70%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56525100.070.090.78124.6720.98
Hex3834330794Ec515
Octal706463071111614525
Binary111000110100110011011110011001110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383433; }

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

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

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

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

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

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

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

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