Html Css Color HEX #41313F Voodoo

📋 copy color: '#41313F'

red 65 ◦ green 49 ◦ blue 63

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

Shades of Voodoo #41313F

Tints of Voodoo #41313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.59%

R = 36.72%
G = 27.68%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41313F (or 0x41313F) is known color: Voodoo. HEX triplet: 41, 31 and 3F. RGB value is (65,49,63). Sum of RGB (Red+Green+Blue) = 65+49+63=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #41313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313F is #BECEC0. Grayscale: #373737. Windows color (decimal): -12504769 or 4141377. OLE color: 4141377.

HSL color Cylindrical-coordinate representation of color #41313F: hue angle of 307.5º 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 #41313F is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 63 -
CMYK 0 0.25 0.03 0.75
HSL 307.5º 0.14% 0.22% -
HSV(B) 307.5º 0.25% 0.25% -
XYZ 4.18 3.68 5.19 -
YUV 55.38 132.3 134.86 -
System Red Green Blue C M Y K H S L
Decimal 65 49 63 0 0.25 0.03 0.75 307.5 0.14 0.22
Hex 41 31 3F 0 19 3 4B 134 E 16
Octal 101 61 77 0 31 3 113 464 16 26
Binary 1000001 110001 111111 0 11001 11 1001011 100110100 1110 10110

Color Harmonies of #41313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41313F

Black with #41313F

Text Example


Text Example

White with #41313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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