#530021

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

Shades of Blackberry #530021

Tints of Blackberry #530021

Color information

#530021 (or 0x530021) is unknown color: approx Blackberry. HEX triplet: 53, 00 and 21. RGB value is (83,0,33). Sum of RGB (Red+Green+Blue) = 83+0+33=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #530021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530021 is #ACFFDE. Grayscale: #1C1C1C. Windows color (decimal): -11337695 or 2162771. OLE color: 2162771.

HSL color Cylindrical-coordinate representation of color #530021: hue angle of 336.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530021 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB83033-
CMYK010.600.67
HSL336.14º100%16.27%-
HSV(B)336.14º100%32.55%-
XYZ3.841.951.61-
YUV28.58130.5166.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 71.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=71.55%
G=0%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83033010.600.67336.1410016.27
Hex530210643C431506410
Octal12304101447410352014420
Binary10100110100001011001001111001000011101010000110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530021; }

 p { color: rgb(83,0,33); }

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

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

 a { background-color: rgb(83,0,33); }

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

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

 span { border-color: rgb(83,0,33); }

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