Html Css Color HEX #38202E Toledo

📋 copy color: '#38202E'

red 56 ◦ green 32 ◦ blue 46

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

Shades of Toledo #38202E

Tints of Toledo #38202E

RGB

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

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

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

R = 41.79%
G = 23.88%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38202E (or 0x38202E) is known color: Toledo. HEX triplet: 38, 20 and 2E. RGB value is (56,32,46). Sum of RGB (Red+Green+Blue) = 56+32+46=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38202E is #C7DFD1. Grayscale: #282828. Windows color (decimal): -13098962 or 3022904. OLE color: 3022904.

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

Color convert

RGB 56 32 46 -
CMYK 0 0.43 0.18 0.78
HSL 325º 0.27% 0.17% -
HSV(B) 325º 0.43% 0.22% -
XYZ 2.64 2.07 2.85 -
YUV 40.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 56 32 46 0 0.43 0.18 0.78 325 0.27 0.17
Hex 38 20 2E 0 2B 12 4E 145 1B 11
Octal 70 40 56 0 53 22 116 505 33 21
Binary 111000 100000 101110 0 101011 10010 1001110 101000101 11011 10001

Color Harmonies of #38202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38202E

Black with #38202E

Text Example


Text Example

White with #38202E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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