Html Css Color HEX #382B30 Toledo

📋 copy color: '#382B30'

red 56 ◦ green 43 ◦ blue 48

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

Shades of Toledo #382B30

Tints of Toledo #382B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 38.1%
G = 29.25%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#382B30 (or 0x382B30) is known color: Toledo. HEX triplet: 38, 2B and 30. RGB value is (56,43,48). Sum of RGB (Red+Green+Blue) = 56+43+48=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 56 - color contains mainly: red. Hex color #382B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382B30 is #C7D4CF. Grayscale: #2F2F2F. Windows color (decimal): -13096144 or 3156792. OLE color: 3156792.

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

Color convert

RGB 56 43 48 -
CMYK 0 0.23 0.14 0.78
HSL 336.92º 0.13% 0.19% -
HSV(B) 336.92º 0.23% 0.22% -
XYZ 3.03 2.78 3.17 -
YUV 47.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 56 43 48 0 0.23 0.14 0.78 336.92 0.13 0.19
Hex 38 2B 30 0 17 E 4E 151 D 13
Octal 70 53 60 0 27 16 116 521 15 23
Binary 111000 101011 110000 0 10111 1110 1001110 101010001 1101 10011

Color Harmonies of #382B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382B30

Black with #382B30

Text Example


Text Example

White with #382B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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