#530326

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

Shades of Blackberry #530326

Tints of Blackberry #530326

Color information

#530326 (or 0x530326) is unknown color: approx Blackberry. HEX triplet: 53, 03 and 26. RGB value is (83,3,38). Sum of RGB (Red+Green+Blue) = 83+3+38=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530326 is #ACFCD9. Grayscale: #1E1E1E. Windows color (decimal): -11336922 or 2491219. OLE color: 2491219.

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

Color convert

RGB83338-
CMYK00.960.540.67
HSL333.75º93.02%16.86%-
HSV(B)333.75º96.39%32.55%-
XYZ3.952.042.02-
YUV30.91132165.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=66.94%
G=2.42%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8333800.960.540.67333.7593.0216.86
Hex53326060364314e5d11
Octal12334601406610351613521
Binary101001111100110011000001101101000011101001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530326; }

 p { color: rgb(83,3,38); }

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

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

 a { background-color: rgb(83,3,38); }

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

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

 span { border-color: rgb(83,3,38); }

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