#43373F

Color #43373F Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #43373F

Tints of Voodoo #43373F

Color information

#43373F (or 0x43373F) is unknown color: approx Voodoo. HEX triplet: 43, 37 and 3F. RGB value is (67,55,63). Sum of RGB (Red+Green+Blue) = 67+55+63=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 55 (21.88% from 255 or 29.73% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 67 - color contains mainly: red. Hex color #43373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43373F is #BCC8C0. Grayscale: #3B3B3B. Windows color (decimal): -12372161 or 4142915. OLE color: 4142915.

HSL color Cylindrical-coordinate representation of color #43373F: hue angle of 320º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #43373F is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB675563-
CMYK00.180.060.74
HSL320º9.84%23.92%-
HSV(B)320º17.91%26.27%-
XYZ4.584.285.29-
YUV59.5129.98133.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 55 (21.88% from 255) = 29.73%
BLUE value IS 63 (25% from 255) = 34.05%
R=36.22%
G=29.73%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67556300.180.060.743209.8423.92
Hex43373F01264A140a18
Octal103677702261125001230
Binary10000111101111111110100101101001010101000000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #43373F;
 }
 .AnyTagClassName
 {
   color: #43373F;
 }
</style>
background-color css

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

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

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

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

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

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