Html Css Color HEX #3F2631 Toledo

📋 copy color: '#3F2631'

red 63 ◦ green 38 ◦ blue 49

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

Shades of Toledo #3F2631

Tints of Toledo #3F2631

RGB

 RED value IS 63 (25% from 255) = 42%

 GREEN value IS 38 (15.23% from 255) = 25.33%

 BLUE value IS 49 (19.53% from 255) = 32.67%

R = 42%
G = 25.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#3F2631 (or 0x3F2631) is known color: Toledo. HEX triplet: 3F, 26 and 31. RGB value is (63,38,49). Sum of RGB (Red+Green+Blue) = 63+38+49=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2631 is #C0D9CE. Grayscale: #2E2E2E. Windows color (decimal): -12638671 or 3221055. OLE color: 3221055.

HSL color Cylindrical-coordinate representation of color #3F2631: hue angle of 333.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F2631 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 38 49 -
CMYK 0 0.40 0.22 0.75
HSL 333.6º 0.25% 0.2% -
HSV(B) 333.6º 0.4% 0.25% -
XYZ 3.3 2.66 3.25 -
YUV 46.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 63 38 49 0 0.40 0.22 0.75 333.6 0.25 0.2
Hex 3F 26 31 0 28 16 4B 14E 19 14
Octal 77 46 61 0 50 26 113 516 31 24
Binary 111111 100110 110001 0 101000 10110 1001011 101001110 11001 10100

Color Harmonies of #3F2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2631

Black with #3F2631

Text Example


Text Example

White with #3F2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F2631; }

 p { color: rgb(63,38,49); }

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

background-color css

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

 a { background-color: rgb(63,38,49); }

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

border-color css

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

 span { border-color: rgb(63,38,49); }

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