Html Css Color HEX #38292F Toledo

📋 copy color: '#38292F'

red 56 ◦ green 41 ◦ blue 47

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

Shades of Toledo #38292F

Tints of Toledo #38292F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.64%

R = 38.89%
G = 28.47%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#38292F (or 0x38292F) is known color: Toledo. HEX triplet: 38, 29 and 2F. RGB value is (56,41,47). Sum of RGB (Red+Green+Blue) = 56+41+47=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #38292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38292F is #C7D6D0. Grayscale: #2E2E2E. Windows color (decimal): -13096657 or 3090744. OLE color: 3090744.

HSL color Cylindrical-coordinate representation of color #38292F: hue angle of 336º 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 #38292F is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 47 -
CMYK 0 0.27 0.16 0.78
HSL 336º 0.15% 0.19% -
HSV(B) 336º 0.27% 0.22% -
XYZ 2.94 2.63 3.04 -
YUV 46.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 56 41 47 0 0.27 0.16 0.78 336 0.15 0.19
Hex 38 29 2F 0 1B 10 4E 150 F 13
Octal 70 51 57 0 33 20 116 520 17 23
Binary 111000 101001 101111 0 11011 10000 1001110 101010000 1111 10011

Color Harmonies of #38292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38292F

Black with #38292F

Text Example


Text Example

White with #38292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38292F; }

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

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

background-color css

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

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

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

border-color css

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

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

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