#530C36

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

Shades of Blackberry #530C36

Tints of Blackberry #530C36

Color information

#530C36 (or 0x530C36) is unknown color: approx Blackberry. HEX triplet: 53, 0C and 36. RGB value is (83,12,54). Sum of RGB (Red+Green+Blue) = 83+12+54=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530C36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C36 is #ACF3C9. Grayscale: #252525. Windows color (decimal): -11334602 or 3542099. OLE color: 3542099.

HSL color Cylindrical-coordinate representation of color #530C36: hue angle of 324.51º 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 #530C36 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB831254-
CMYK00.860.350.67
HSL324.51º74.74%18.63%-
HSV(B)324.51º85.54%32.55%-
XYZ4.362.373.72-
YUV38.02137.02160.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 54 (21.48% from 255) = 36.24%
R=55.70%
G=8.05%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83125400.860.350.67324.5174.7418.63
Hex53C3605623431454b13
Octal123146601264310350511323
Binary10100111100110110010101101000111000011101000101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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