Html Css Color HEX #382831 Toledo

📋 copy color: '#382831'

red 56 ◦ green 40 ◦ blue 49

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

Shades of Toledo #382831

Tints of Toledo #382831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.59%

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

R = 38.62%
G = 27.59%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382831 (or 0x382831) is known color: Toledo. HEX triplet: 38, 28 and 31. RGB value is (56,40,49). Sum of RGB (Red+Green+Blue) = 56+40+49=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382831 is #C7D7CE. Grayscale: #2D2D2D. Windows color (decimal): -13096911 or 3221560. OLE color: 3221560.

HSL color Cylindrical-coordinate representation of color #382831: hue angle of 326.25º 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 #382831 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 49 -
CMYK 0 0.29 0.12 0.78
HSL 326.25º 0.17% 0.19% -
HSV(B) 326.25º 0.29% 0.22% -
XYZ 2.94 2.58 3.25 -
YUV 45.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 56 40 49 0 0.29 0.12 0.78 326.25 0.17 0.19
Hex 38 28 31 0 1D C 4E 146 11 13
Octal 70 50 61 0 35 14 116 506 21 23
Binary 111000 101000 110001 0 11101 1100 1001110 101000110 10001 10011

Color Harmonies of #382831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382831

Black with #382831

Text Example


Text Example

White with #382831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382831; }

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

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

background-color css

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

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

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

border-color css

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

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

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