Html Css Color HEX #41313C Voodoo

📋 copy color: '#41313C'

red 65 ◦ green 49 ◦ blue 60

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

Shades of Voodoo #41313C

Tints of Voodoo #41313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.48%

R = 37.36%
G = 28.16%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#41313C (or 0x41313C) is known color: Voodoo. HEX triplet: 41, 31 and 3C. RGB value is (65,49,60). Sum of RGB (Red+Green+Blue) = 65+49+60=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #41313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313C is #BECEC3. Grayscale: #373737. Windows color (decimal): -12504772 or 3944769. OLE color: 3944769.

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

Color convert

RGB 65 49 60 -
CMYK 0 0.25 0.08 0.75
HSL 318.75º 0.14% 0.22% -
HSV(B) 318.75º 0.25% 0.25% -
XYZ 4.09 3.65 4.76 -
YUV 55.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 65 49 60 0 0.25 0.08 0.75 318.75 0.14 0.22
Hex 41 31 3C 0 19 8 4B 13F E 16
Octal 101 61 74 0 31 10 113 477 16 26
Binary 1000001 110001 111100 0 11001 1000 1001011 100111111 1110 10110

Color Harmonies of #41313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41313C

Black with #41313C

Text Example


Text Example

White with #41313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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