#AB3F48

Color #AB3F48 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #AB3F48

Tints of Night Shadz #AB3F48

Color information

#AB3F48 (or 0xAB3F48) is unknown color: approx Night Shadz. HEX triplet: AB, 3F and 48. RGB value is (171,63,72). Sum of RGB (Red+Green+Blue) = 171+63+72=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F48 is #54C0B7. Grayscale: #606060. Windows color (decimal): -5554360 or 4734891. OLE color: 4734891.

HSL color Cylindrical-coordinate representation of color #AB3F48: hue angle of 355º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F48 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1716372-
CMYK00.630.580.33
HSL355º46.15%45.88%-
HSV(B)355º63.16%67.06%-
XYZ19.7412.687.54-
YUV96.32114.28181.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.88%
GREEN value IS 63 (25% from 255) = 20.59%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=55.88%
G=20.59%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171637200.630.580.3335546.1545.88
HexAB3F4803F3A211632e2e
Octal2537711007772415435656
Binary1010101111111110010000111111111010100001101100011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F48; }

 p { color: rgb(171,63,72); }

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

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

 a { background-color: rgb(171,63,72); }

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

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

 span { border-color: rgb(171,63,72); }

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