#AB3F4B

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

Shades of Night Shadz #AB3F4B

Tints of Night Shadz #AB3F4B

Color information

#AB3F4B (or 0xAB3F4B) is unknown color: approx Night Shadz. HEX triplet: AB, 3F and 4B. RGB value is (171,63,75). Sum of RGB (Red+Green+Blue) = 171+63+75=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F4B is #54C0B4. Grayscale: #606060. Windows color (decimal): -5554357 or 4931499. OLE color: 4931499.

HSL color Cylindrical-coordinate representation of color #AB3F4B: hue angle of 353.33º 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 #AB3F4B is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1716375-
CMYK00.630.560.33
HSL353.33º46.15%45.88%-
HSV(B)353.33º63.16%67.06%-
XYZ19.8412.728.07-
YUV96.66115.78181.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.34%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 75 (29.69% from 255) = 24.27%
R=55.34%
G=20.39%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171637500.630.560.33353.3346.1545.88
HexAB3F4B03F38211612e2e
Octal2537711307770415415656
Binary1010101111111110010110111111111000100001101100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F4B; }

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

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

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

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

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

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

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

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