Html Css Color HEX #381C28 Toledo

📋 copy color: '#381C28'

red 56 ◦ green 28 ◦ blue 40

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

Shades of Toledo #381C28

Tints of Toledo #381C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.26%

R = 45.16%
G = 22.58%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#381C28 (or 0x381C28) is known color: Toledo. HEX triplet: 38, 1C and 28. RGB value is (56,28,40). Sum of RGB (Red+Green+Blue) = 56+28+40=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C28 is #C7E3D7. Grayscale: #252525. Windows color (decimal): -13099992 or 2628664. OLE color: 2628664.

HSL color Cylindrical-coordinate representation of color #381C28: hue angle of 334.29º 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 #381C28 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 40 -
CMYK 0 0.50 0.29 0.78
HSL 334.29º 0.33% 0.16% -
HSV(B) 334.29º 0.5% 0.22% -
XYZ 2.43 1.82 2.23 -
YUV 37.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 56 28 40 0 0.50 0.29 0.78 334.29 0.33 0.16
Hex 38 1C 28 0 32 1D 4E 14E 21 10
Octal 70 34 50 0 62 35 116 516 41 20
Binary 111000 11100 101000 0 110010 11101 1001110 101001110 100001 10000

Color Harmonies of #381C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C28

Black with #381C28

Text Example


Text Example

White with #381C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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