Html Css Color HEX #41383F Voodoo

📋 copy color: '#41383F'

red 65 ◦ green 56 ◦ blue 63

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

Shades of Voodoo #41383F

Tints of Voodoo #41383F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.43%

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

R = 35.33%
G = 30.43%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41383F (or 0x41383F) is known color: Voodoo. HEX triplet: 41, 38 and 3F. RGB value is (65,56,63). Sum of RGB (Red+Green+Blue) = 65+56+63=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 65 - color contains mainly: red. Hex color #41383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41383F is #BEC7C0. Grayscale: #3B3B3B. Windows color (decimal): -12502977 or 4143169. OLE color: 4143169.

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

Color convert

RGB 65 56 63 -
CMYK 0 0.14 0.03 0.75
HSL 313.33º 0.07% 0.24% -
HSV(B) 313.33º 0.14% 0.25% -
XYZ 4.49 4.31 5.3 -
YUV 59.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 65 56 63 0 0.14 0.03 0.75 313.33 0.07 0.24
Hex 41 38 3F 0 E 3 4B 139 7 18
Octal 101 70 77 0 16 3 113 471 7 30
Binary 1000001 111000 111111 0 1110 11 1001011 100111001 111 11000

Color Harmonies of #41383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41383F

Black with #41383F

Text Example


Text Example

White with #41383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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