#38232B

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

Shades of Toledo #38232B

Tints of Toledo #38232B

Color information

#38232B (or 0x38232B) is unknown color: approx Toledo. HEX triplet: 38, 23 and 2B. RGB value is (56,35,43). Sum of RGB (Red+Green+Blue) = 56+35+43=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232B is #C7DCD4. Grayscale: #2A2A2A. Windows color (decimal): -13098197 or 2827064. OLE color: 2827064.

HSL color Cylindrical-coordinate representation of color #38232B: hue angle of 337.14º 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 #38232B is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB563543-
CMYK00.370.230.78
HSL337.14º23.08%17.84%-
HSV(B)337.14º37.5%21.96%-
XYZ2.672.222.57-
YUV42.19128.46137.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 35 (14.06% from 255) = 26.12%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=41.79%
G=26.12%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56354300.370.230.78337.1423.0817.84
Hex38232B025174E1511712
Octal704353045271165212722
Binary11100010001110101101001011011110011101010100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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