Html Css Color HEX #381E29 Toledo

📋 copy color: '#381E29'

red 56 ◦ green 30 ◦ blue 41

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

Shades of Toledo #381E29

Tints of Toledo #381E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.62%

 BLUE value IS 41 (16.41% from 255) = 32.28%

R = 44.09%
G = 23.62%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#381E29 (or 0x381E29) is known color: Toledo. HEX triplet: 38, 1E and 29. RGB value is (56,30,41). Sum of RGB (Red+Green+Blue) = 56+30+41=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #381E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E29 is #C7E1D6. Grayscale: #272727. Windows color (decimal): -13099479 or 2694712. OLE color: 2694712.

HSL color Cylindrical-coordinate representation of color #381E29: hue angle of 334.62º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E29 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 30 41 -
CMYK 0 0.46 0.27 0.78
HSL 334.62º 0.3% 0.17% -
HSV(B) 334.62º 0.46% 0.22% -
XYZ 2.5 1.93 2.34 -
YUV 39.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 56 30 41 0 0.46 0.27 0.78 334.62 0.3 0.17
Hex 38 1E 29 0 2E 1B 4E 14F 1E 11
Octal 70 36 51 0 56 33 116 517 36 21
Binary 111000 11110 101001 0 101110 11011 1001110 101001111 11110 10001

Color Harmonies of #381E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381E29

Black with #381E29

Text Example


Text Example

White with #381E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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