Html Css Color HEX #382731 Toledo

📋 copy color: '#382731'

red 56 ◦ green 39 ◦ blue 49

#382731
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toledo #382731

Tints of Toledo #382731

RGB

 RED value IS 56 (22.27% from 255) = 38.89%

 GREEN value IS 39 (15.63% from 255) = 27.08%

 BLUE value IS 49 (19.53% from 255) = 34.03%

R = 38.89%
G = 27.08%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382731 (or 0x382731) is known color: Toledo. HEX triplet: 38, 27 and 31. RGB value is (56,39,49). Sum of RGB (Red+Green+Blue) = 56+39+49=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382731 is #C7D8CE. Grayscale: #2D2D2D. Windows color (decimal): -13097167 or 3221304. OLE color: 3221304.

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

Color convert

RGB 56 39 49 -
CMYK 0 0.30 0.12 0.78
HSL 324.71º 0.18% 0.19% -
HSV(B) 324.71º 0.3% 0.22% -
XYZ 2.91 2.51 3.24 -
YUV 45.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 56 39 49 0 0.30 0.12 0.78 324.71 0.18 0.19
Hex 38 27 31 0 1E C 4E 145 12 13
Octal 70 47 61 0 36 14 116 505 22 23
Binary 111000 100111 110001 0 11110 1100 1001110 101000101 10010 10011

Color Harmonies of #382731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382731

Black with #382731

Text Example


Text Example

White with #382731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382731; }

 p { color: rgb(56,39,49); }

 H1.HeaderClassName
 {
   color: #382731;
 }
 .AnyTagClassName
 {
   color: #382731;
 }
</style>

background-color css

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

 a { background-color: rgb(56,39,49); }

 div.DivClassName
 {
   background-color: #382731;
 }
 .BgClassName
 {
   background-color: #382731;
 }
</style>

border-color css

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

 span { border-color: rgb(56,39,49); }

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