Html Css Color HEX #41312A Slugger

📋 copy color: '#41312A'

red 65 ◦ green 49 ◦ blue 42

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

Shades of Slugger #41312A

Tints of Slugger #41312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

 BLUE value IS 42 (16.8% from 255) = 26.92%

R = 41.67%
G = 31.41%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41312A (or 0x41312A) is known color: Slugger. HEX triplet: 41, 31 and 2A. RGB value is (65,49,42). Sum of RGB (Red+Green+Blue) = 65+49+42=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #41312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41312A is #BECED5. Grayscale: #353535. Windows color (decimal): -12504790 or 2765121. OLE color: 2765121.

HSL color Cylindrical-coordinate representation of color #41312A: hue angle of 18.26º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41312A is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 42 -
CMYK 0 0.25 0.35 0.75
HSL 18.26º 0.21% 0.21% -
HSV(B) 18.26º 0.35% 0.25% -
XYZ 3.7 3.49 2.67 -
YUV 52.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 65 49 42 0 0.25 0.35 0.75 18.26 0.21 0.21
Hex 41 31 2A 0 19 23 4B 12 15 15
Octal 101 61 52 0 31 43 113 22 25 25
Binary 1000001 110001 101010 0 11001 100011 1001011 10010 10101 10101

Color Harmonies of #41312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41312A

Black with #41312A

Text Example


Text Example

White with #41312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41312A; }

 p { color: rgb(65,49,42); }

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

background-color css

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

 a { background-color: rgb(65,49,42); }

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

border-color css

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

 span { border-color: rgb(65,49,42); }

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