Html Css Color HEX #382B2F Toledo

📋 copy color: '#382B2F'

red 56 ◦ green 43 ◦ blue 47

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

Shades of Toledo #382B2F

Tints of Toledo #382B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.19%

R = 38.36%
G = 29.45%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#382B2F (or 0x382B2F) is known color: Toledo. HEX triplet: 38, 2B and 2F. RGB value is (56,43,47). Sum of RGB (Red+Green+Blue) = 56+43+47=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B2F is #C7D4D0. Grayscale: #2F2F2F. Windows color (decimal): -13096145 or 3091256. OLE color: 3091256.

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

Color convert

RGB 56 43 47 -
CMYK 0 0.23 0.16 0.78
HSL 341.54º 0.13% 0.19% -
HSV(B) 341.54º 0.23% 0.22% -
XYZ 3.01 2.77 3.07 -
YUV 47.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 56 43 47 0 0.23 0.16 0.78 341.54 0.13 0.19
Hex 38 2B 2F 0 17 10 4E 156 D 13
Octal 70 53 57 0 27 20 116 526 15 23
Binary 111000 101011 101111 0 10111 10000 1001110 101010110 1101 10011

Color Harmonies of #382B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B2F

Black with #382B2F

Text Example


Text Example

White with #382B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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