Html Css Color HEX #381C29 Toledo

📋 copy color: '#381C29'

red 56 ◦ green 28 ◦ blue 41

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

Shades of Toledo #381C29

Tints of Toledo #381C29

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.4%

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

R = 44.8%
G = 22.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#381C29 (or 0x381C29) is known color: Toledo. HEX triplet: 38, 1C and 29. RGB value is (56,28,41). Sum of RGB (Red+Green+Blue) = 56+28+41=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #381C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C29 is #C7E3D6. Grayscale: #252525. Windows color (decimal): -13099991 or 2694200. OLE color: 2694200.

HSL color Cylindrical-coordinate representation of color #381C29: hue angle of 332.14º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C29 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 41 -
CMYK 0 0.50 0.27 0.78
HSL 332.14º 0.33% 0.16% -
HSV(B) 332.14º 0.5% 0.22% -
XYZ 2.45 1.83 2.32 -
YUV 37.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 56 28 41 0 0.50 0.27 0.78 332.14 0.33 0.16
Hex 38 1C 29 0 32 1B 4E 14C 21 10
Octal 70 34 51 0 62 33 116 514 41 20
Binary 111000 11100 101001 0 110010 11011 1001110 101001100 100001 10000

Color Harmonies of #381C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C29

Black with #381C29

Text Example


Text Example

White with #381C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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