#530C31

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

Shades of Blackberry #530C31

Tints of Blackberry #530C31

Color information

#530C31 (or 0x530C31) is unknown color: approx Blackberry. HEX triplet: 53, 0C and 31. RGB value is (83,12,49). Sum of RGB (Red+Green+Blue) = 83+12+49=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 49 (19.53% from 255 or 34.03% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #530C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C31 is #ACF3CE. Grayscale: #252525. Windows color (decimal): -11334607 or 3214419. OLE color: 3214419.

HSL color Cylindrical-coordinate representation of color #530C31: hue angle of 328.73º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C31 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB831249-
CMYK00.860.410.67
HSL328.73º74.74%18.63%-
HSV(B)328.73º85.54%32.55%-
XYZ4.252.323.13-
YUV37.45134.52160.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 49 (19.53% from 255) = 34.03%
R=57.64%
G=8.33%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83124900.860.410.67328.7374.7418.63
Hex53C3105629431494b13
Octal123146101265110351111323
Binary10100111100110001010101101010011000011101001001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530C31; }

 p { color: rgb(83,12,49); }

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

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

 a { background-color: rgb(83,12,49); }

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

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

 span { border-color: rgb(83,12,49); }

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