#38262F

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

Shades of Toledo #38262F

Tints of Toledo #38262F

Color information

#38262F (or 0x38262F) is unknown color: approx Toledo. HEX triplet: 38, 26 and 2F. RGB value is (56,38,47). Sum of RGB (Red+Green+Blue) = 56+38+47=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #38262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38262F is #C7D9D0. Grayscale: #2C2C2C. Windows color (decimal): -13097425 or 3089976. OLE color: 3089976.

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

Color convert

RGB563847-
CMYK00.320.160.78
HSL330º19.15%18.43%-
HSV(B)330º32.14%21.96%-
XYZ2.842.433.01-
YUV44.41129.46136.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.72%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=39.72%
G=26.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56384700.320.160.7833019.1518.43
Hex38262F020104E14a1312
Octal704657040201165122322
Binary11100010011010111101000001000010011101010010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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