#530228

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

Shades of Blackberry #530228

Tints of Blackberry #530228

Color information

#530228 (or 0x530228) is unknown color: approx Blackberry. HEX triplet: 53, 02 and 28. RGB value is (83,2,40). Sum of RGB (Red+Green+Blue) = 83+2+40=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530228 is #ACFDD7. Grayscale: #1E1E1E. Windows color (decimal): -11337176 or 2622035. OLE color: 2622035.

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

Color convert

RGB83240-
CMYK00.980.520.67
HSL331.85º95.29%16.67%-
HSV(B)331.85º97.59%32.55%-
XYZ3.972.042.19-
YUV30.55133.34165.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 40 (16.02% from 255) = 32%
R=66.4%
G=1.6%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324000.980.520.67331.8595.2916.67
Hex53228062344314c5f11
Octal12325001426410351413721
Binary101001110101000011000101101001000011101001100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530228; }

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

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

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

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

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

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

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

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