#38202A

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

Shades of Toledo #38202A

Tints of Toledo #38202A

Color information

#38202A (or 0x38202A) is unknown color: approx Toledo. HEX triplet: 38, 20 and 2A. RGB value is (56,32,42). Sum of RGB (Red+Green+Blue) = 56+32+42=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #38202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38202A is #C7DFD5. Grayscale: #282828. Windows color (decimal): -13098966 or 2760760. OLE color: 2760760.

HSL color Cylindrical-coordinate representation of color #38202A: hue angle of 335º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38202A is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB563242-
CMYK00.430.250.78
HSL335º27.27%17.25%-
HSV(B)335º42.86%21.96%-
XYZ2.572.042.45-
YUV40.32128.95139.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.08%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=43.08%
G=24.62%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56324200.430.250.7833527.2717.25
Hex38202A02B194E14f1b11
Octal704052053311165173321
Binary11100010000010101001010111100110011101010011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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