#530930

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

Shades of Blackberry #530930

Tints of Blackberry #530930

Color information

#530930 (or 0x530930) is unknown color: approx Blackberry. HEX triplet: 53, 09 and 30. RGB value is (83,9,48). Sum of RGB (Red+Green+Blue) = 83+9+48=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 48 (19.14% from 255 or 34.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530930 is #ACF6CF. Grayscale: #232323. Windows color (decimal): -11335376 or 3148115. OLE color: 3148115.

HSL color Cylindrical-coordinate representation of color #530930: hue angle of 328.38º 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 #530930 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB83948-
CMYK00.890.420.67
HSL328.38º80.43%18.04%-
HSV(B)328.38º89.16%32.55%-
XYZ4.22.253.01-
YUV35.57135.02161.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 48 (19.14% from 255) = 34.29%
R=59.29%
G=6.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8394800.890.420.67328.3880.4318.04
Hex539300592A431485012
Octal123116001315210351012022
Binary10100111001110000010110011010101000011101001000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530930; }

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

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

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

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

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

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

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

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