#38222D

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

Shades of Toledo #38222D

Tints of Toledo #38222D

Color information

#38222D (or 0x38222D) is unknown color: approx Toledo. HEX triplet: 38, 22 and 2D. RGB value is (56,34,45). Sum of RGB (Red+Green+Blue) = 56+34+45=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38222D is #C7DDD2. Grayscale: #292929. Windows color (decimal): -13098451 or 2957880. OLE color: 2957880.

HSL color Cylindrical-coordinate representation of color #38222D: hue angle of 330º 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 #38222D is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB563445-
CMYK00.390.200.78
HSL330º24.44%17.65%-
HSV(B)330º39.29%21.96%-
XYZ2.682.172.76-
YUV41.83129.79138.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=41.48%
G=25.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56344500.390.200.7833024.4417.65
Hex38222D027144E14a1812
Octal704255047241165123022
Binary11100010001010110101001111010010011101010010101100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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