Html Css Color HEX #41393F Voodoo

📋 copy color: '#41393F'

red 65 ◦ green 57 ◦ blue 63

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

Shades of Voodoo #41393F

Tints of Voodoo #41393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.81%

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

R = 35.14%
G = 30.81%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41393F (or 0x41393F) is known color: Voodoo. HEX triplet: 41, 39 and 3F. RGB value is (65,57,63). Sum of RGB (Red+Green+Blue) = 65+57+63=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 65 - color contains mainly: red. Hex color #41393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41393F is #BEC6C0. Grayscale: #3C3C3C. Windows color (decimal): -12502721 or 4143425. OLE color: 4143425.

HSL color Cylindrical-coordinate representation of color #41393F: hue angle of 315º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #41393F is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 57 63 -
CMYK 0 0.12 0.03 0.75
HSL 315º 0.07% 0.24% -
HSV(B) 315º 0.12% 0.25% -
XYZ 4.54 4.41 5.31 -
YUV 60.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 65 57 63 0 0.12 0.03 0.75 315 0.07 0.24
Hex 41 39 3F 0 C 3 4B 13B 7 18
Octal 101 71 77 0 14 3 113 473 7 30
Binary 1000001 111001 111111 0 1100 11 1001011 100111011 111 11000

Color Harmonies of #41393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41393F

Black with #41393F

Text Example


Text Example

White with #41393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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