#383033

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

Shades of Toledo #383033

Tints of Toledo #383033

Color information

#383033 (or 0x383033) is unknown color: approx Toledo. HEX triplet: 38, 30 and 33. RGB value is (56,48,51). Sum of RGB (Red+Green+Blue) = 56+48+51=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 56 - color contains mainly: red. Hex color #383033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383033 is #C7CFCC. Grayscale: #323232. Windows color (decimal): -13094861 or 3354680. OLE color: 3354680.

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

Color convert

RGB564851-
CMYK00.140.090.78
HSL337.5º7.69%20.39%-
HSV(B)337.5º14.29%21.96%-
XYZ3.293.193.58-
YUV50.73128.15131.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.13%
GREEN value IS 48 (19.14% from 255) = 30.97%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=36.13%
G=30.97%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56485100.140.090.78337.57.6920.39
Hex3830330E94E152814
Octal706063016111165221024
Binary1110001100001100110111010011001110101010010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383033; }

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

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

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

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

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

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

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

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