#530127

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

Shades of Blackberry #530127

Tints of Blackberry #530127

Color information

#530127 (or 0x530127) is unknown color: approx Blackberry. HEX triplet: 53, 01 and 27. RGB value is (83,1,39). Sum of RGB (Red+Green+Blue) = 83+1+39=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530127 is #ACFED8. Grayscale: #1D1D1D. Windows color (decimal): -11337433 or 2556243. OLE color: 2556243.

HSL color Cylindrical-coordinate representation of color #530127: hue angle of 332.2º 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 #530127 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB83139-
CMYK00.990.530.67
HSL332.2º97.62%16.47%-
HSV(B)332.2º98.8%32.55%-
XYZ3.942.012.1-
YUV29.85133.17165.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 39 (15.62% from 255) = 31.71%
R=67.48%
G=0.81%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8313900.990.530.67332.297.6216.47
Hex53127063354314c6210
Octal12314701436510351414220
Binary10100111100111011000111101011000011101001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530127; }

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

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

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

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

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

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

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

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