Html Css Color HEX #41332D Slugger

📋 copy color: '#41332D'

red 65 ◦ green 51 ◦ blue 45

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

Shades of Slugger #41332D

Tints of Slugger #41332D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 40.37%
G = 31.68%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41332D (or 0x41332D) is known color: Slugger. HEX triplet: 41, 33 and 2D. RGB value is (65,51,45). Sum of RGB (Red+Green+Blue) = 65+51+45=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #41332D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41332D is #BECCD2. Grayscale: #363636. Windows color (decimal): -12504275 or 2962241. OLE color: 2962241.

HSL color Cylindrical-coordinate representation of color #41332D: hue angle of 18º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41332D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 45 -
CMYK 0 0.22 0.31 0.75
HSL 18º 0.18% 0.22% -
HSV(B) 18º 0.31% 0.25% -
XYZ 3.84 3.68 2.99 -
YUV 54.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 65 51 45 0 0.22 0.31 0.75 18 0.18 0.22
Hex 41 33 2D 0 16 1F 4B 12 12 16
Octal 101 63 55 0 26 37 113 22 22 26
Binary 1000001 110011 101101 0 10110 11111 1001011 10010 10010 10110

Color Harmonies of #41332D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41332D

Black with #41332D

Text Example


Text Example

White with #41332D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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