Html Css Color HEX #441E3A Voodoo

📋 copy color: '#441E3A'

red 68 ◦ green 30 ◦ blue 58

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

Shades of Voodoo #441E3A

Tints of Voodoo #441E3A

RGB

 RED value IS 68 (26.95% from 255) = 43.59%

 GREEN value IS 30 (12.11% from 255) = 19.23%

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 43.59%
G = 19.23%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#441E3A (or 0x441E3A) is known color: Voodoo. HEX triplet: 44, 1E and 3A. RGB value is (68,30,58). Sum of RGB (Red+Green+Blue) = 68+30+58=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #441E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E3A is #BBE1C5. Grayscale: #2C2C2C. Windows color (decimal): -12313030 or 3808836. OLE color: 3808836.

HSL color Cylindrical-coordinate representation of color #441E3A: hue angle of 315.79º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E3A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 30 58 -
CMYK 0 0.56 0.15 0.73
HSL 315.79º 0.39% 0.19% -
HSV(B) 315.79º 0.56% 0.27% -
XYZ 3.61 2.46 4.29 -
YUV 44.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 68 30 58 0 0.56 0.15 0.73 315.79 0.39 0.19
Hex 44 1E 3A 0 38 F 49 13C 27 13
Octal 104 36 72 0 70 17 111 474 47 23
Binary 1000100 11110 111010 0 111000 1111 1001001 100111100 100111 10011

Color Harmonies of #441E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441E3A

Black with #441E3A

Text Example


Text Example

White with #441E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441E3A; }

 p { color: rgb(68,30,58); }

 H1.HeaderClassName
 {
   color: #441E3A;
 }
 .AnyTagClassName
 {
   color: #441E3A;
 }
</style>

background-color css

<style>
 a { background-color: #441E3A; }

 a { background-color: rgb(68,30,58); }

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

border-color css

<style>
 span { border-color: #441E3A; }

 span { border-color: rgb(68,30,58); }

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