#ab3047

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

Shades of Night Shadz #AB3047

Tints of Night Shadz #AB3047

Color information

#AB3047 (or 0xAB3047) is unknown color: approx Night Shadz. HEX triplet: AB, 30 and 47. RGB value is (171,48,71). Sum of RGB (Red+Green+Blue) = 171+48+71=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3047 is #54CFB8. Grayscale: #575757. Windows color (decimal): -5558201 or 4665515. OLE color: 4665515.

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

Color convert

RGB1714871-
CMYK00.720.580.33
HSL348.78º56.16%42.94%-
HSV(B)348.78º71.93%67.06%-
XYZ18.9911.237.13-
YUV87.4118.75187.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.97%
GREEN value IS 48 (19.14% from 255) = 16.55%
BLUE value IS 71 (28.12% from 255) = 24.48%
R=58.97%
G=16.55%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171487100.720.580.33348.7856.1642.94
HexAB30470483A2115d382b
Octal25360107011072415357053
Binary10101011110000100011101001000111010100001101011101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab3047; }

 p { color: rgb(171,48,71); }

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

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

 a { background-color: rgb(171,48,71); }

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

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

 span { border-color: rgb(171,48,71); }

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