#530428

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

Shades of Blackberry #530428

Tints of Blackberry #530428

Color information

#530428 (or 0x530428) is unknown color: approx Blackberry. HEX triplet: 53, 04 and 28. RGB value is (83,4,40). Sum of RGB (Red+Green+Blue) = 83+4+40=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #530428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530428 is #ACFBD7. Grayscale: #1F1F1F. Windows color (decimal): -11336664 or 2622547. OLE color: 2622547.

HSL color Cylindrical-coordinate representation of color #530428: hue angle of 332.66º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530428 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB83440-
CMYK00.950.520.67
HSL332.66º90.8%17.06%-
HSV(B)332.66º95.18%32.55%-
XYZ3.992.082.2-
YUV31.72132.67164.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 40 (16.02% from 255) = 31.50%
R=65.35%
G=3.15%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8344000.950.520.67332.6690.817.06
Hex5342805F344314d5b11
Octal12345001376410351513321
Binary1010011100101000010111111101001000011101001101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530428; }

 p { color: rgb(83,4,40); }

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

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

 a { background-color: rgb(83,4,40); }

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

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

 span { border-color: rgb(83,4,40); }

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