#383335

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

Shades of Toledo #383335

Tints of Toledo #383335

Color information

#383335 (or 0x383335) is unknown color: approx Toledo. HEX triplet: 38, 33 and 35. RGB value is (56,51,53). Sum of RGB (Red+Green+Blue) = 56+51+53=160 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 56 - color contains mainly: red. Hex color #383335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383335 is #C7CCCA. Grayscale: #343434. Windows color (decimal): -13094091 or 3486520. OLE color: 3486520.

HSL color Cylindrical-coordinate representation of color #383335: hue angle of 336º 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 #383335 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB565153-
CMYK00.090.050.78
HSL336º4.67%20.98%-
HSV(B)336º8.93%21.96%-
XYZ3.463.473.85-
YUV52.72128.16130.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35%
GREEN value IS 51 (20.31% from 255) = 31.88%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=35%
G=31.88%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56515300.090.050.783364.6720.98
Hex3833350954E150515
Octal7063650115116520525
Binary11100011001111010101001101100111010101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383335; }

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

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

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

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

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

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

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

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