Html Css Color HEX #382830 Toledo

📋 copy color: '#382830'

red 56 ◦ green 40 ◦ blue 48

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

Shades of Toledo #382830

Tints of Toledo #382830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.78%

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

R = 38.89%
G = 27.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#382830 (or 0x382830) is known color: Toledo. HEX triplet: 38, 28 and 30. RGB value is (56,40,48). Sum of RGB (Red+Green+Blue) = 56+40+48=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382830 is #C7D7CF. Grayscale: #2D2D2D. Windows color (decimal): -13096912 or 3156024. OLE color: 3156024.

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

Color convert

RGB 56 40 48 -
CMYK 0 0.29 0.14 0.78
HSL 330º 0.17% 0.19% -
HSV(B) 330º 0.29% 0.22% -
XYZ 2.92 2.57 3.14 -
YUV 45.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 56 40 48 0 0.29 0.14 0.78 330 0.17 0.19
Hex 38 28 30 0 1D E 4E 14A 11 13
Octal 70 50 60 0 35 16 116 512 21 23
Binary 111000 101000 110000 0 11101 1110 1001110 101001010 10001 10011

Color Harmonies of #382830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382830

Black with #382830

Text Example


Text Example

White with #382830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382830; }

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

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

background-color css

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

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

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

border-color css

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

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

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