Html Css Color HEX #41313E Voodoo

📋 copy color: '#41313E'

red 65 ◦ green 49 ◦ blue 62

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

Shades of Voodoo #41313E

Tints of Voodoo #41313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.23%

R = 36.93%
G = 27.84%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#41313E (or 0x41313E) is known color: Voodoo. HEX triplet: 41, 31 and 3E. RGB value is (65,49,62). Sum of RGB (Red+Green+Blue) = 65+49+62=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 65 - color contains mainly: red. Hex color #41313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41313E is #BECEC1. Grayscale: #373737. Windows color (decimal): -12504770 or 4075841. OLE color: 4075841.

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

Color convert

RGB 65 49 62 -
CMYK 0 0.25 0.05 0.75
HSL 311.25º 0.14% 0.22% -
HSV(B) 311.25º 0.25% 0.25% -
XYZ 4.15 3.67 5.05 -
YUV 55.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 65 49 62 0 0.25 0.05 0.75 311.25 0.14 0.22
Hex 41 31 3E 0 19 5 4B 137 E 16
Octal 101 61 76 0 31 5 113 467 16 26
Binary 1000001 110001 111110 0 11001 101 1001011 100110111 1110 10110

Color Harmonies of #41313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41313E

Black with #41313E

Text Example


Text Example

White with #41313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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