#551B30

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

Shades of Black Rose #551B30

Tints of Black Rose #551B30

Color information

#551B30 (or 0x551B30) is unknown color: approx Black Rose. HEX triplet: 55, 1B and 30. RGB value is (85,27,48). Sum of RGB (Red+Green+Blue) = 85+27+48=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 27 (10.94% from 255 or 16.88% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #551B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B30 is #AAE4CF. Grayscale: #2E2E2E. Windows color (decimal): -11199696 or 3152725. OLE color: 3152725.

HSL color Cylindrical-coordinate representation of color #551B30: hue angle of 338.28º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B30 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB852748-
CMYK00.680.440.67
HSL338.28º51.79%21.96%-
HSV(B)338.28º68.24%33.33%-
XYZ4.672.933.12-
YUV46.74128.72155.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 27 (10.94% from 255) = 16.88%
BLUE value IS 48 (19.14% from 255) = 30%
R=53.12%
G=16.88%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85274800.680.440.67338.2851.7921.96
Hex551B300442C431523416
Octal12533600104541035226426
Binary10101011101111000001000100101100100001110101001011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B30; }

 p { color: rgb(85,27,48); }

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

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

 a { background-color: rgb(85,27,48); }

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

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

 span { border-color: rgb(85,27,48); }

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