Html Css Color HEX #AB3048 Night Shadz

📋 copy color: '#AB3048'

red 171 ◦ green 48 ◦ blue 72

#AB3048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Night Shadz #AB3048

Tints of Night Shadz #AB3048

RGB

 RED value IS 171 (67.19% from 255) = 58.76%

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 58.76%
G = 16.49%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB3048 (or 0xAB3048) is known color: Night Shadz. HEX triplet: AB, 30 and 48. RGB value is (171,48,72). Sum of RGB (Red+Green+Blue) = 171+48+72=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3048 is #54CFB7. Grayscale: #575757. Windows color (decimal): -5558200 or 4731051. OLE color: 4731051.

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

Color convert

RGB 171 48 72 -
CMYK 0 0.72 0.58 0.33
HSL 348.29º 0.56% 0.43% -
HSV(B) 348.29º 0.72% 0.67% -
XYZ 19.02 11.24 7.3 -
YUV 87.51 119.25 187.55 -
System Red Green Blue C M Y K H S L
Decimal 171 48 72 0 0.72 0.58 0.33 348.29 0.56 0.43
Hex AB 30 48 0 48 3A 21 15C 38 2B
Octal 253 60 110 0 110 72 41 534 70 53
Binary 10101011 110000 1001000 0 1001000 111010 100001 101011100 111000 101011

Color Harmonies of #AB3048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3048

Black with #AB3048

Text Example


Text Example

White with #AB3048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3048; }

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

 H1.HeaderClassName
 {
   color: #AB3048;
 }
 .AnyTagClassName
 {
   color: #AB3048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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