#38212A

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

Shades of Toledo #38212A

Tints of Toledo #38212A

Color information

#38212A (or 0x38212A) is unknown color: approx Toledo. HEX triplet: 38, 21 and 2A. RGB value is (56,33,42). Sum of RGB (Red+Green+Blue) = 56+33+42=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #38212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38212A is #C7DED5. Grayscale: #282828. Windows color (decimal): -13098710 or 2761016. OLE color: 2761016.

HSL color Cylindrical-coordinate representation of color #38212A: hue angle of 336.52º 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 #38212A is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB563342-
CMYK00.410.250.78
HSL336.52º25.84%17.45%-
HSV(B)336.52º41.07%21.96%-
XYZ2.592.12.46-
YUV40.9128.62138.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 42 (16.80% from 255) = 32.06%
R=42.75%
G=25.19%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56334200.410.250.78336.5225.8417.45
Hex38212A029194E1511a11
Octal704152051311165213221
Binary11100010000110101001010011100110011101010100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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