#55123A

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

Shades of Blackberry #55123A

Tints of Blackberry #55123A

Color information

#55123A (or 0x55123A) is unknown color: approx Blackberry. HEX triplet: 55, 12 and 3A. RGB value is (85,18,58). Sum of RGB (Red+Green+Blue) = 85+18+58=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55123A is #AAEDC5. Grayscale: #2A2A2A. Windows color (decimal): -11201990 or 3805781. OLE color: 3805781.

HSL color Cylindrical-coordinate representation of color #55123A: hue angle of 324.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55123A is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB851858-
CMYK00.790.320.67
HSL324.18º65.05%20.2%-
HSV(B)324.18º78.82%33.33%-
XYZ4.732.674.27-
YUV42.59136.7158.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=52.80%
G=11.18%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85185800.790.320.67324.1865.0520.2
Hex55123A04F20431444114
Octal125227201174010350410124
Binary101010110010111010010011111000001000011101000100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55123A; }

 p { color: rgb(85,18,58); }

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

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

 a { background-color: rgb(85,18,58); }

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

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

 span { border-color: rgb(85,18,58); }

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