#530122

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

Shades of Blackberry #530122

Tints of Blackberry #530122

Color information

#530122 (or 0x530122) is unknown color: approx Blackberry. HEX triplet: 53, 01 and 22. RGB value is (83,1,34). Sum of RGB (Red+Green+Blue) = 83+1+34=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530122 is #ACFEDD. Grayscale: #1D1D1D. Windows color (decimal): -11337438 or 2228563. OLE color: 2228563.

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

Color convert

RGB83134-
CMYK00.990.590.67
HSL335.85º97.62%16.47%-
HSV(B)335.85º98.8%32.55%-
XYZ3.871.981.69-
YUV29.28130.67166.32-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 34 (13.67% from 255) = 28.81%
R=70.34%
G=0.85%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8313400.990.590.67335.8597.6216.47
Hex531220633B431506210
Octal12314201437310352014220
Binary10100111100010011000111110111000011101010000110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530122; }

 p { color: rgb(83,1,34); }

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

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

 a { background-color: rgb(83,1,34); }

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

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

 span { border-color: rgb(83,1,34); }

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