#AB3448

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

Shades of Night Shadz #AB3448

Tints of Night Shadz #AB3448

Color information

#AB3448 (or 0xAB3448) is unknown color: approx Night Shadz. HEX triplet: AB, 34 and 48. RGB value is (171,52,72). Sum of RGB (Red+Green+Blue) = 171+52+72=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3448 is #54CBB7. Grayscale: #595959. Windows color (decimal): -5557176 or 4732075. OLE color: 4732075.

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

Color convert

RGB1715272-
CMYK00.700.580.33
HSL349.92º53.36%43.73%-
HSV(B)349.92º69.59%67.06%-
XYZ19.1911.587.35-
YUV89.86117.92185.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=57.97%
G=17.63%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171527200.700.580.33349.9253.3643.73
HexAB34480463A2115e352c
Octal25364110010672415366554
Binary10101011110100100100001000110111010100001101011110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3448; }

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

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

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

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

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

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

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

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