Html Css Color HEX #382A31 Toledo

📋 copy color: '#382A31'

red 56 ◦ green 42 ◦ blue 49

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

Shades of Toledo #382A31

Tints of Toledo #382A31

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.57%

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

R = 38.1%
G = 28.57%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382A31 (or 0x382A31) is known color: Toledo. HEX triplet: 38, 2A and 31. RGB value is (56,42,49). Sum of RGB (Red+Green+Blue) = 56+42+49=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #382A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A31 is #C7D5CE. Grayscale: #2E2E2E. Windows color (decimal): -13096399 or 3222072. OLE color: 3222072.

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

Color convert

RGB 56 42 49 -
CMYK 0 0.25 0.12 0.78
HSL 330º 0.14% 0.19% -
HSV(B) 330º 0.25% 0.22% -
XYZ 3.01 2.72 3.27 -
YUV 46.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 56 42 49 0 0.25 0.12 0.78 330 0.14 0.19
Hex 38 2A 31 0 19 C 4E 14A E 13
Octal 70 52 61 0 31 14 116 512 16 23
Binary 111000 101010 110001 0 11001 1100 1001110 101001010 1110 10011

Color Harmonies of #382A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A31

Black with #382A31

Text Example


Text Example

White with #382A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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