Html Css Color HEX #41332A Slugger

📋 copy color: '#41332A'

red 65 ◦ green 51 ◦ blue 42

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

Shades of Slugger #41332A

Tints of Slugger #41332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

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

R = 41.14%
G = 32.28%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#41332A (or 0x41332A) is known color: Slugger. HEX triplet: 41, 33 and 2A. RGB value is (65,51,42). Sum of RGB (Red+Green+Blue) = 65+51+42=158 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.14% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 65 - color contains mainly: red. Hex color #41332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41332A is #BECCD5. Grayscale: #363636. Windows color (decimal): -12504278 or 2765633. OLE color: 2765633.

HSL color Cylindrical-coordinate representation of color #41332A: hue angle of 23.48º 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 #41332A is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 42 -
CMYK 0 0.22 0.35 0.75
HSL 23.48º 0.21% 0.21% -
HSV(B) 23.48º 0.35% 0.25% -
XYZ 3.78 3.66 2.7 -
YUV 54.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 65 51 42 0 0.22 0.35 0.75 23.48 0.21 0.21
Hex 41 33 2A 0 16 23 4B 17 15 15
Octal 101 63 52 0 26 43 113 27 25 25
Binary 1000001 110011 101010 0 10110 100011 1001011 10111 10101 10101

Color Harmonies of #41332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41332A

Black with #41332A

Text Example


Text Example

White with #41332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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