Html Css Color HEX #41412F El Paso

📋 copy color: '#41412F'

red 65 ◦ green 65 ◦ blue 47

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

Shades of El Paso #41412F

Tints of El Paso #41412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.72%

 BLUE value IS 47 (18.75% from 255) = 26.55%

R = 36.72%
G = 36.72%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41412F (or 0x41412F) is known color: El Paso. HEX triplet: 41, 41 and 2F. RGB value is (65,65,47). Sum of RGB (Red+Green+Blue) = 65+65+47=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 65 - color contains mainly: red, green. Hex color #41412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41412F is #BEBED0. Grayscale: #3F3F3F. Windows color (decimal): -12500689 or 3096897. OLE color: 3096897.

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

Color convert

RGB 65 65 47 -
CMYK 0 0 0.28 0.75
HSL 60º 0.16% 0.22% -
HSV(B) 60º 0.28% 0.25% -
XYZ 4.58 5.11 3.43 -
YUV 62.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 65 65 47 0 0 0.28 0.75 60 0.16 0.22
Hex 41 41 2F 0 0 1C 4B 3C 10 16
Octal 101 101 57 0 0 34 113 74 20 26
Binary 1000001 1000001 101111 0 0 11100 1001011 111100 10000 10110

Color Harmonies of #41412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41412F

Black with #41412F

Text Example


Text Example

White with #41412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41412F; }

 p { color: rgb(65,65,47); }

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

background-color css

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

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

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

border-color css

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

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

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