#483B43

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

Shades of Voodoo #483B43

Tints of Voodoo #483B43

Color information

#483B43 (or 0x483B43) is unknown color: approx Voodoo. HEX triplet: 48, 3B and 43. RGB value is (72,59,67). Sum of RGB (Red+Green+Blue) = 72+59+67=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #483B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B43 is #B7C4BC. Grayscale: #3F3F3F. Windows color (decimal): -12043453 or 4406088. OLE color: 4406088.

HSL color Cylindrical-coordinate representation of color #483B43: hue angle of 323.08º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483B43 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB725967-
CMYK00.180.070.72
HSL323.08º9.92%25.69%-
HSV(B)323.08º18.06%28.24%-
XYZ5.254.915.98-
YUV63.8129.81133.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=36.36%
G=29.80%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72596700.180.070.72323.089.9225.69
Hex483B43012748143a1a
Octal1107310302271105031232
Binary100100011101110000110100101111001000101000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483B43; }

 p { color: rgb(72,59,67); }

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

<style>
 a { background-color: #483B43; }

 a { background-color: rgb(72,59,67); }

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

<style>
 span { border-color: #483B43; }

 span { border-color: rgb(72,59,67); }

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