Html Css Color HEX #382B32 Toledo

📋 copy color: '#382B32'

red 56 ◦ green 43 ◦ blue 50

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

Shades of Toledo #382B32

Tints of Toledo #382B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 33.56%

R = 37.58%
G = 28.86%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#382B32 (or 0x382B32) is known color: Toledo. HEX triplet: 38, 2B and 32. RGB value is (56,43,50). Sum of RGB (Red+Green+Blue) = 56+43+50=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 56 - color contains mainly: red. Hex color #382B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B32 is #C7D4CD. Grayscale: #2F2F2F. Windows color (decimal): -13096142 or 3287864. OLE color: 3287864.

HSL color Cylindrical-coordinate representation of color #382B32: hue angle of 327.69º 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 #382B32 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 43 50 -
CMYK 0 0.23 0.11 0.78
HSL 327.69º 0.13% 0.19% -
HSV(B) 327.69º 0.23% 0.22% -
XYZ 3.07 2.8 3.4 -
YUV 47.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 56 43 50 0 0.23 0.11 0.78 327.69 0.13 0.19
Hex 38 2B 32 0 17 B 4E 148 D 13
Octal 70 53 62 0 27 13 116 510 15 23
Binary 111000 101011 110010 0 10111 1011 1001110 101001000 1101 10011

Color Harmonies of #382B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B32

Black with #382B32

Text Example


Text Example

White with #382B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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