Html Css Color HEX #3F2530 Toledo

📋 copy color: '#3F2530'

red 63 ◦ green 37 ◦ blue 48

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

Shades of Toledo #3F2530

Tints of Toledo #3F2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25%

 BLUE value IS 48 (19.14% from 255) = 32.43%

R = 42.57%
G = 25%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#3F2530 (or 0x3F2530) is known color: Toledo. HEX triplet: 3F, 25 and 30. RGB value is (63,37,48). Sum of RGB (Red+Green+Blue) = 63+37+48=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2530 is #C0DACF. Grayscale: #2E2E2E. Windows color (decimal): -12638928 or 3155263. OLE color: 3155263.

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

Color convert

RGB 63 37 48 -
CMYK 0 0.41 0.24 0.75
HSL 334.62º 0.26% 0.2% -
HSV(B) 334.62º 0.41% 0.25% -
XYZ 3.24 2.59 3.13 -
YUV 46.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 63 37 48 0 0.41 0.24 0.75 334.62 0.26 0.2
Hex 3F 25 30 0 29 18 4B 14F 1A 14
Octal 77 45 60 0 51 30 113 517 32 24
Binary 111111 100101 110000 0 101001 11000 1001011 101001111 11010 10100

Color Harmonies of #3F2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2530

Black with #3F2530

Text Example


Text Example

White with #3F2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,37,48); }

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

background-color css

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

 a { background-color: rgb(63,37,48); }

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

border-color css

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

 span { border-color: rgb(63,37,48); }

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