#511F30

Color #511F30 Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #511F30

Tints of Black Rose #511F30

Color information

#511F30 (or 0x511F30) is unknown color: approx Black Rose. HEX triplet: 51, 1F and 30. RGB value is (81,31,48). Sum of RGB (Red+Green+Blue) = 81+31+48=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #511F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F30 is #AEE0CF. Grayscale: #2F2F2F. Windows color (decimal): -11460816 or 3153745. OLE color: 3153745.

HSL color Cylindrical-coordinate representation of color #511F30: hue angle of 339.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F30 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB813148-
CMYK00.620.410.68
HSL339.6º44.64%21.96%-
HSV(B)339.6º61.73%31.76%-
XYZ4.422.943.13-
YUV47.89128.06151.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.62%
GREEN value IS 31 (12.5% from 255) = 19.38%
BLUE value IS 48 (19.14% from 255) = 30%
R=50.62%
G=19.38%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81314800.620.410.68339.644.6421.96
Hex511F3003E29441542d16
Octal1213760076511045245526
Binary1010001111111100000111110101001100010010101010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511F30; }

 p { color: rgb(81,31,48); }

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

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

 a { background-color: rgb(81,31,48); }

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

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

 span { border-color: rgb(81,31,48); }

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