#530627

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

Shades of Blackberry #530627

Tints of Blackberry #530627

Color information

#530627 (or 0x530627) is unknown color: approx Blackberry. HEX triplet: 53, 06 and 27. RGB value is (83,6,39). Sum of RGB (Red+Green+Blue) = 83+6+39=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530627 is #ACF9D8. Grayscale: #202020. Windows color (decimal): -11336153 or 2557523. OLE color: 2557523.

HSL color Cylindrical-coordinate representation of color #530627: hue angle of 334.29º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530627 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB83639-
CMYK00.930.530.67
HSL334.29º86.52%17.45%-
HSV(B)334.29º92.77%32.55%-
XYZ42.122.12-
YUV32.78131.51163.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=64.84%
G=4.69%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363900.930.530.67334.2986.5217.45
Hex5362705D354314e5711
Octal12364701356510351612721
Binary1010011110100111010111011101011000011101001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530627; }

 p { color: rgb(83,6,39); }

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

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

 a { background-color: rgb(83,6,39); }

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

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

 span { border-color: rgb(83,6,39); }

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