Html Css Color HEX #382930 Toledo

📋 copy color: '#382930'

red 56 ◦ green 41 ◦ blue 48

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

Shades of Toledo #382930

Tints of Toledo #382930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.28%

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

R = 38.62%
G = 28.28%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#382930 (or 0x382930) is known color: Toledo. HEX triplet: 38, 29 and 30. RGB value is (56,41,48). Sum of RGB (Red+Green+Blue) = 56+41+48=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382930 is #C7D6CF. Grayscale: #2E2E2E. Windows color (decimal): -13096656 or 3156280. OLE color: 3156280.

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

Color convert

RGB 56 41 48 -
CMYK 0 0.27 0.14 0.78
HSL 332º 0.15% 0.19% -
HSV(B) 332º 0.27% 0.22% -
XYZ 2.96 2.64 3.15 -
YUV 46.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 56 41 48 0 0.27 0.14 0.78 332 0.15 0.19
Hex 38 29 30 0 1B E 4E 14C F 13
Octal 70 51 60 0 33 16 116 514 17 23
Binary 111000 101001 110000 0 11011 1110 1001110 101001100 1111 10011

Color Harmonies of #382930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382930

Black with #382930

Text Example


Text Example

White with #382930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382930; }

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

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

background-color css

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

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

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

border-color css

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

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

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