Html Css Color HEX #41363F Voodoo

📋 copy color: '#41363F'

red 65 ◦ green 54 ◦ blue 63

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

Shades of Voodoo #41363F

Tints of Voodoo #41363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.67%

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

R = 35.71%
G = 29.67%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41363F (or 0x41363F) is known color: Voodoo. HEX triplet: 41, 36 and 3F. RGB value is (65,54,63). Sum of RGB (Red+Green+Blue) = 65+54+63=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 65 - color contains mainly: red. Hex color #41363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41363F is #BEC9C0. Grayscale: #3A3A3A. Windows color (decimal): -12503489 or 4142657. OLE color: 4142657.

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

Color convert

RGB 65 54 63 -
CMYK 0 0.17 0.03 0.75
HSL 310.91º 0.09% 0.23% -
HSV(B) 310.91º 0.17% 0.25% -
XYZ 4.4 4.12 5.27 -
YUV 58.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 65 54 63 0 0.17 0.03 0.75 310.91 0.09 0.23
Hex 41 36 3F 0 11 3 4B 137 9 17
Octal 101 66 77 0 21 3 113 467 11 27
Binary 1000001 110110 111111 0 10001 11 1001011 100110111 1001 10111

Color Harmonies of #41363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41363F

Black with #41363F

Text Example


Text Example

White with #41363F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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