Html Css Color HEX #41373F Voodoo

📋 copy color: '#41373F'

red 65 ◦ green 55 ◦ blue 63

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

Shades of Voodoo #41373F

Tints of Voodoo #41373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.05%

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

R = 35.52%
G = 30.05%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41373F (or 0x41373F) is known color: Voodoo. HEX triplet: 41, 37 and 3F. RGB value is (65,55,63). Sum of RGB (Red+Green+Blue) = 65+55+63=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 65 - color contains mainly: red. Hex color #41373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41373F is #BEC8C0. Grayscale: #3A3A3A. Windows color (decimal): -12503233 or 4142913. OLE color: 4142913.

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

Color convert

RGB 65 55 63 -
CMYK 0 0.15 0.03 0.75
HSL 312º 0.08% 0.24% -
HSV(B) 312º 0.15% 0.25% -
XYZ 4.44 4.22 5.28 -
YUV 58.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 65 55 63 0 0.15 0.03 0.75 312 0.08 0.24
Hex 41 37 3F 0 F 3 4B 138 8 18
Octal 101 67 77 0 17 3 113 470 10 30
Binary 1000001 110111 111111 0 1111 11 1001011 100111000 1000 11000

Color Harmonies of #41373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41373F

Black with #41373F

Text Example


Text Example

White with #41373F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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