Html Css Color HEX #412330 Toledo

📋 copy color: '#412330'

red 65 ◦ green 35 ◦ blue 48

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

Shades of Toledo #412330

Tints of Toledo #412330

RGB

 RED value IS 65 (25.78% from 255) = 43.92%

 GREEN value IS 35 (14.06% from 255) = 23.65%

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

R = 43.92%
G = 23.65%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#412330 (or 0x412330) is known color: Toledo. HEX triplet: 41, 23 and 30. RGB value is (65,35,48). Sum of RGB (Red+Green+Blue) = 65+35+48=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #412330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412330 is #BEDCCF. Grayscale: #2D2D2D. Windows color (decimal): -12508368 or 3154753. OLE color: 3154753.

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

Color convert

RGB 65 35 48 -
CMYK 0 0.46 0.26 0.75
HSL 334º 0.3% 0.2% -
HSV(B) 334º 0.46% 0.25% -
XYZ 3.31 2.54 3.11 -
YUV 45.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 65 35 48 0 0.46 0.26 0.75 334 0.3 0.2
Hex 41 23 30 0 2E 1A 4B 14E 1E 14
Octal 101 43 60 0 56 32 113 516 36 24
Binary 1000001 100011 110000 0 101110 11010 1001011 101001110 11110 10100

Color Harmonies of #412330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412330

Black with #412330

Text Example


Text Example

White with #412330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412330; }

 p { color: rgb(65,35,48); }

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

background-color css

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

 a { background-color: rgb(65,35,48); }

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

border-color css

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

 span { border-color: rgb(65,35,48); }

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