#551430

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

Shades of Blackberry #551430

Tints of Blackberry #551430

Color information

#551430 (or 0x551430) is unknown color: approx Blackberry. HEX triplet: 55, 14 and 30. RGB value is (85,20,48). Sum of RGB (Red+Green+Blue) = 85+20+48=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #551430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551430 is #AAEBCF. Grayscale: #2A2A2A. Windows color (decimal): -11201488 or 3150933. OLE color: 3150933.

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

Color convert

RGB852048-
CMYK00.760.440.67
HSL334.15º61.9%20.59%-
HSV(B)334.15º76.47%33.33%-
XYZ4.532.653.07-
YUV42.63131.03158.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 55.56%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 48 (19.14% from 255) = 31.37%
R=55.56%
G=13.07%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85204800.760.440.67334.1561.920.59
Hex55143004C2C4314e3e15
Octal12524600114541035167625
Binary10101011010011000001001100101100100001110100111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551430; }

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

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

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

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

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

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

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

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