#530124

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

Shades of Blackberry #530124

Tints of Blackberry #530124

Color information

#530124 (or 0x530124) is unknown color: approx Blackberry. HEX triplet: 53, 01 and 24. RGB value is (83,1,36). Sum of RGB (Red+Green+Blue) = 83+1+36=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530124 is #ACFEDB. Grayscale: #1D1D1D. Windows color (decimal): -11337436 or 2359635. OLE color: 2359635.

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

Color convert

RGB83136-
CMYK00.990.570.67
HSL334.39º97.62%16.47%-
HSV(B)334.39º98.8%32.55%-
XYZ3.91.991.85-
YUV29.51131.67166.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.17%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 36 (14.45% from 255) = 30%
R=69.17%
G=0.83%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8313600.990.570.67334.3997.6216.47
Hex53124063394314e6210
Octal12314401437110351614220
Binary10100111100100011000111110011000011101001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530124; }

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

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

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

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

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

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

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

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