#38212C

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

Shades of Toledo #38212C

Tints of Toledo #38212C

Color information

#38212C (or 0x38212C) is unknown color: approx Toledo. HEX triplet: 38, 21 and 2C. RGB value is (56,33,44). Sum of RGB (Red+Green+Blue) = 56+33+44=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38212C is #C7DED3. Grayscale: #292929. Windows color (decimal): -13098708 or 2892088. OLE color: 2892088.

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

Color convert

RGB563344-
CMYK00.410.210.78
HSL331.3º25.84%17.45%-
HSV(B)331.3º41.07%21.96%-
XYZ2.632.112.65-
YUV41.13129.62138.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=42.11%
G=24.81%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56334400.410.210.78331.325.8417.45
Hex38212C029154E14b1a11
Octal704154051251165133221
Binary11100010000110110001010011010110011101010010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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