Html Css Color HEX #382B31 Toledo

📋 copy color: '#382B31'

red 56 ◦ green 43 ◦ blue 49

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

Shades of Toledo #382B31

Tints of Toledo #382B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.05%

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

R = 37.84%
G = 29.05%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#382B31 (or 0x382B31) is known color: Toledo. HEX triplet: 38, 2B and 31. RGB value is (56,43,49). Sum of RGB (Red+Green+Blue) = 56+43+49=148 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.84% from 148); Green value is 43 (17.19% from 255 or 29.05% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 56 - color contains mainly: red. Hex color #382B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B31 is #C7D4CE. Grayscale: #2F2F2F. Windows color (decimal): -13096143 or 3222328. OLE color: 3222328.

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

Color convert

RGB 56 43 49 -
CMYK 0 0.23 0.12 0.78
HSL 332.31º 0.13% 0.19% -
HSV(B) 332.31º 0.23% 0.22% -
XYZ 3.05 2.79 3.28 -
YUV 47.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 56 43 49 0 0.23 0.12 0.78 332.31 0.13 0.19
Hex 38 2B 31 0 17 C 4E 14C D 13
Octal 70 53 61 0 27 14 116 514 15 23
Binary 111000 101011 110001 0 10111 1100 1001110 101001100 1101 10011

Color Harmonies of #382B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B31

Black with #382B31

Text Example


Text Example

White with #382B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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