Html Css Color HEX #3F2635 Toledo

📋 copy color: '#3F2635'

red 63 ◦ green 38 ◦ blue 53

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

Shades of Toledo #3F2635

Tints of Toledo #3F2635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 34.42%

R = 40.91%
G = 24.68%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#3F2635 (or 0x3F2635) is known color: Toledo. HEX triplet: 3F, 26 and 35. RGB value is (63,38,53). Sum of RGB (Red+Green+Blue) = 63+38+53=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2635 is #C0D9CA. Grayscale: #2F2F2F. Windows color (decimal): -12638667 or 3483199. OLE color: 3483199.

HSL color Cylindrical-coordinate representation of color #3F2635: hue angle of 324º 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 #3F2635 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 38 53 -
CMYK 0 0.40 0.16 0.75
HSL 324º 0.25% 0.2% -
HSV(B) 324º 0.4% 0.25% -
XYZ 3.39 2.7 3.71 -
YUV 47.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 63 38 53 0 0.40 0.16 0.75 324 0.25 0.2
Hex 3F 26 35 0 28 10 4B 144 19 14
Octal 77 46 65 0 50 20 113 504 31 24
Binary 111111 100110 110101 0 101000 10000 1001011 101000100 11001 10100

Color Harmonies of #3F2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2635

Black with #3F2635

Text Example


Text Example

White with #3F2635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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