Html Css Color HEX #382931 Toledo

📋 copy color: '#382931'

red 56 ◦ green 41 ◦ blue 49

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

Shades of Toledo #382931

Tints of Toledo #382931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 38.36%
G = 28.08%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382931 (or 0x382931) is known color: Toledo. HEX triplet: 38, 29 and 31. RGB value is (56,41,49). Sum of RGB (Red+Green+Blue) = 56+41+49=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382931 is #C7D6CE. Grayscale: #2E2E2E. Windows color (decimal): -13096655 or 3221816. OLE color: 3221816.

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

Color convert

RGB 56 41 49 -
CMYK 0 0.27 0.12 0.78
HSL 328º 0.15% 0.19% -
HSV(B) 328º 0.27% 0.22% -
XYZ 2.98 2.65 3.26 -
YUV 46.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 56 41 49 0 0.27 0.12 0.78 328 0.15 0.19
Hex 38 29 31 0 1B C 4E 148 F 13
Octal 70 51 61 0 33 14 116 510 17 23
Binary 111000 101001 110001 0 11011 1100 1001110 101001000 1111 10011

Color Harmonies of #382931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382931

Black with #382931

Text Example


Text Example

White with #382931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382931; }

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

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

background-color css

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

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

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

border-color css

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

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

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