#38222C

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

Shades of Toledo #38222C

Tints of Toledo #38222C

Color information

#38222C (or 0x38222C) is unknown color: approx Toledo. HEX triplet: 38, 22 and 2C. RGB value is (56,34,44). Sum of RGB (Red+Green+Blue) = 56+34+44=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38222C is #C7DDD3. Grayscale: #292929. Windows color (decimal): -13098452 or 2892344. OLE color: 2892344.

HSL color Cylindrical-coordinate representation of color #38222C: hue angle of 332.73º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38222C is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB563444-
CMYK00.390.210.78
HSL332.73º24.44%17.65%-
HSV(B)332.73º39.29%21.96%-
XYZ2.662.172.66-
YUV41.72129.29138.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=41.79%
G=25.37%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56344400.390.210.78332.7324.4417.65
Hex38222C027154E14d1812
Octal704254047251165153022
Binary11100010001010110001001111010110011101010011011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38222C; }

 p { color: rgb(56,34,44); }

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

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

 a { background-color: rgb(56,34,44); }

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

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

 span { border-color: rgb(56,34,44); }

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