#531F30

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

Shades of Black Rose #531F30

Tints of Black Rose #531F30

Color information

#531F30 (or 0x531F30) is unknown color: approx Black Rose. HEX triplet: 53, 1F and 30. RGB value is (83,31,48). Sum of RGB (Red+Green+Blue) = 83+31+48=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #531F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F30 is #ACE0CF. Grayscale: #303030. Windows color (decimal): -11329744 or 3153747. OLE color: 3153747.

HSL color Cylindrical-coordinate representation of color #531F30: hue angle of 340.38º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F30 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB833148-
CMYK00.630.420.67
HSL340.38º45.61%22.35%-
HSV(B)340.38º62.65%32.55%-
XYZ4.593.033.14-
YUV48.49127.73152.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=51.23%
G=19.14%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83314800.630.420.67340.3845.6122.35
Hex531F3003F2A431542e16
Octal1233760077521035245626
Binary1010011111111100000111111101010100001110101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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