Html Css Color HEX #382A30 Toledo

📋 copy color: '#382A30'

red 56 ◦ green 42 ◦ blue 48

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

Shades of Toledo #382A30

Tints of Toledo #382A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.77%

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

R = 38.36%
G = 28.77%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#382A30 (or 0x382A30) is known color: Toledo. HEX triplet: 38, 2A and 30. RGB value is (56,42,48). Sum of RGB (Red+Green+Blue) = 56+42+48=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 56 - color contains mainly: red. Hex color #382A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A30 is #C7D5CF. Grayscale: #2E2E2E. Windows color (decimal): -13096400 or 3156536. OLE color: 3156536.

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

Color convert

RGB 56 42 48 -
CMYK 0 0.25 0.14 0.78
HSL 334.29º 0.14% 0.19% -
HSV(B) 334.29º 0.25% 0.22% -
XYZ 2.99 2.71 3.16 -
YUV 46.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 56 42 48 0 0.25 0.14 0.78 334.29 0.14 0.19
Hex 38 2A 30 0 19 E 4E 14E E 13
Octal 70 52 60 0 31 16 116 516 16 23
Binary 111000 101010 110000 0 11001 1110 1001110 101001110 1110 10011

Color Harmonies of #382A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A30

Black with #382A30

Text Example


Text Example

White with #382A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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