Html Css Color HEX #38292E Toledo

📋 copy color: '#38292E'

red 56 ◦ green 41 ◦ blue 46

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

Shades of Toledo #38292E

Tints of Toledo #38292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 32.17%

R = 39.16%
G = 28.67%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38292E (or 0x38292E) is known color: Toledo. HEX triplet: 38, 29 and 2E. RGB value is (56,41,46). Sum of RGB (Red+Green+Blue) = 56+41+46=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #38292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38292E is #C7D6D1. Grayscale: #2E2E2E. Windows color (decimal): -13096658 or 3025208. OLE color: 3025208.

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

Color convert

RGB 56 41 46 -
CMYK 0 0.27 0.18 0.78
HSL 340º 0.15% 0.19% -
HSV(B) 340º 0.27% 0.22% -
XYZ 2.92 2.62 2.94 -
YUV 46.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 56 41 46 0 0.27 0.18 0.78 340 0.15 0.19
Hex 38 29 2E 0 1B 12 4E 154 F 13
Octal 70 51 56 0 33 22 116 524 17 23
Binary 111000 101001 101110 0 11011 10010 1001110 101010100 1111 10011

Color Harmonies of #38292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38292E

Black with #38292E

Text Example


Text Example

White with #38292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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