Html Css Color HEX #382530 Toledo

📋 copy color: '#382530'

red 56 ◦ green 37 ◦ blue 48

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

Shades of Toledo #382530

Tints of Toledo #382530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.24%

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

R = 39.72%
G = 26.24%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#382530 (or 0x382530) is known color: Toledo. HEX triplet: 38, 25 and 30. RGB value is (56,37,48). Sum of RGB (Red+Green+Blue) = 56+37+48=141 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.72% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 48 (19.14% from 255 or 34.04% from 141); Max value from RGB is 56 - color contains mainly: red. Hex color #382530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382530 is #C7DACF. Grayscale: #2B2B2B. Windows color (decimal): -13097680 or 3155256. OLE color: 3155256.

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

Color convert

RGB 56 37 48 -
CMYK 0 0.34 0.14 0.78
HSL 325.26º 0.2% 0.18% -
HSV(B) 325.26º 0.34% 0.22% -
XYZ 2.83 2.38 3.11 -
YUV 43.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 56 37 48 0 0.34 0.14 0.78 325.26 0.2 0.18
Hex 38 25 30 0 22 E 4E 145 14 12
Octal 70 45 60 0 42 16 116 505 24 22
Binary 111000 100101 110000 0 100010 1110 1001110 101000101 10100 10010

Color Harmonies of #382530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382530

Black with #382530

Text Example


Text Example

White with #382530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382530; }

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

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

background-color css

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

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

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

border-color css

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

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

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