#38282F

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

Shades of Toledo #38282F

Tints of Toledo #38282F

Color information

#38282F (or 0x38282F) is unknown color: approx Toledo. HEX triplet: 38, 28 and 2F. RGB value is (56,40,47). Sum of RGB (Red+Green+Blue) = 56+40+47=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #38282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38282F is #C7D7D0. Grayscale: #2D2D2D. Windows color (decimal): -13096913 or 3090488. OLE color: 3090488.

HSL color Cylindrical-coordinate representation of color #38282F: hue angle of 333.75º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38282F is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB564047-
CMYK00.290.160.78
HSL333.75º16.67%18.82%-
HSV(B)333.75º28.57%21.96%-
XYZ2.92.563.03-
YUV45.58128.8135.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 47 (18.75% from 255) = 32.87%
R=39.16%
G=27.97%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56404700.290.160.78333.7516.6718.82
Hex38282F01D104E14e1113
Octal705057035201165162123
Binary1110001010001011110111011000010011101010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38282F; }

 p { color: rgb(56,40,47); }

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

<style>
 a { background-color: #38282F; }

 a { background-color: rgb(56,40,47); }

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

<style>
 span { border-color: #38282F; }

 span { border-color: rgb(56,40,47); }

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