#552330

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

Shades of Black Rose #552330

Tints of Black Rose #552330

Color information

#552330 (or 0x552330) is unknown color: approx Black Rose. HEX triplet: 55, 23 and 30. RGB value is (85,35,48). Sum of RGB (Red+Green+Blue) = 85+35+48=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #552330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552330 is #AADCCF. Grayscale: #333333. Windows color (decimal): -11197648 or 3154773. OLE color: 3154773.

HSL color Cylindrical-coordinate representation of color #552330: hue angle of 344.4º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #552330 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB853548-
CMYK00.590.440.67
HSL344.4º41.67%23.53%-
HSV(B)344.4º58.82%33.33%-
XYZ4.883.353.19-
YUV51.43126.06151.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=50.60%
G=20.83%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85354800.590.440.67344.441.6723.53
Hex55233003B2C431582a18
Octal1254360073541035305230
Binary10101011000111100000111011101100100001110101100010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552330; }

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

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

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

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

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

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

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

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