Html Css Color HEX #382029 Toledo

📋 copy color: '#382029'

red 56 ◦ green 32 ◦ blue 41

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

Shades of Toledo #382029

Tints of Toledo #382029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.81%

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

R = 43.41%
G = 24.81%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#382029 (or 0x382029) is known color: Toledo. HEX triplet: 38, 20 and 29. RGB value is (56,32,41). Sum of RGB (Red+Green+Blue) = 56+32+41=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #382029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382029 is #C7DFD6. Grayscale: #282828. Windows color (decimal): -13098967 or 2695224. OLE color: 2695224.

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

Color convert

RGB 56 32 41 -
CMYK 0 0.43 0.27 0.78
HSL 337.5º 0.27% 0.17% -
HSV(B) 337.5º 0.43% 0.22% -
XYZ 2.55 2.03 2.36 -
YUV 40.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 56 32 41 0 0.43 0.27 0.78 337.5 0.27 0.17
Hex 38 20 29 0 2B 1B 4E 152 1B 11
Octal 70 40 51 0 53 33 116 522 33 21
Binary 111000 100000 101001 0 101011 11011 1001110 101010010 11011 10001

Color Harmonies of #382029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382029

Black with #382029

Text Example


Text Example

White with #382029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382029; }

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

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

background-color css

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

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

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

border-color css

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

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

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