#530C30

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

Shades of Blackberry #530C30

Tints of Blackberry #530C30

Color information

#530C30 (or 0x530C30) is unknown color: approx Blackberry. HEX triplet: 53, 0C and 30. RGB value is (83,12,48). Sum of RGB (Red+Green+Blue) = 83+12+48=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C30 is #ACF3CF. Grayscale: #252525. Windows color (decimal): -11334608 or 3148883. OLE color: 3148883.

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

Color convert

RGB831248-
CMYK00.860.420.67
HSL329.58º74.74%18.63%-
HSV(B)329.58º85.54%32.55%-
XYZ4.232.323.02-
YUV37.33134.02160.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 12 (5.08% from 255) = 8.39%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=58.04%
G=8.39%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83124800.860.420.67329.5874.7418.63
Hex53C300562A4314a4b13
Octal123146001265210351211323
Binary10100111100110000010101101010101000011101001010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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