#530929

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

Shades of Blackberry #530929

Tints of Blackberry #530929

Color information

#530929 (or 0x530929) is unknown color: approx Blackberry. HEX triplet: 53, 09 and 29. RGB value is (83,9,41). Sum of RGB (Red+Green+Blue) = 83+9+41=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530929 is #ACF6D6. Grayscale: #222222. Windows color (decimal): -11335383 or 2689363. OLE color: 2689363.

HSL color Cylindrical-coordinate representation of color #530929: hue angle of 334.05º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530929 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB83941-
CMYK00.890.510.67
HSL334.05º80.43%18.04%-
HSV(B)334.05º89.16%32.55%-
XYZ4.072.192.31-
YUV34.77131.52162.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 41 (16.41% from 255) = 30.83%
R=62.41%
G=6.77%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8394100.890.510.67334.0580.4318.04
Hex53929059334314e5012
Octal123115101316310351612022
Binary10100111001101001010110011100111000011101001110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530929; }

 p { color: rgb(83,9,41); }

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

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

 a { background-color: rgb(83,9,41); }

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

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

 span { border-color: rgb(83,9,41); }

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