#38232C

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

Shades of Toledo #38232C

Tints of Toledo #38232C

Color information

#38232C (or 0x38232C) is unknown color: approx Toledo. HEX triplet: 38, 23 and 2C. RGB value is (56,35,44). Sum of RGB (Red+Green+Blue) = 56+35+44=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232C is #C7DCD3. Grayscale: #2A2A2A. Windows color (decimal): -13098196 or 2892600. OLE color: 2892600.

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

Color convert

RGB563544-
CMYK00.370.210.78
HSL334.29º23.08%17.84%-
HSV(B)334.29º37.5%21.96%-
XYZ2.692.222.67-
YUV42.3128.96137.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 44 (17.58% from 255) = 32.59%
R=41.48%
G=25.93%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56354400.370.210.78334.2923.0817.84
Hex38232C025154E14e1712
Octal704354045251165162722
Binary11100010001110110001001011010110011101010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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