#530727

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

Shades of Blackberry #530727

Tints of Blackberry #530727

Color information

#530727 (or 0x530727) is unknown color: approx Blackberry. HEX triplet: 53, 07 and 27. RGB value is (83,7,39). Sum of RGB (Red+Green+Blue) = 83+7+39=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530727 is #ACF8D8. Grayscale: #212121. Windows color (decimal): -11335897 or 2557779. OLE color: 2557779.

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

Color convert

RGB83739-
CMYK00.920.530.67
HSL334.74º84.44%17.65%-
HSV(B)334.74º91.57%32.55%-
XYZ4.012.142.12-
YUV33.37131.18163.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 39 (15.62% from 255) = 30.23%
R=64.34%
G=5.43%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8373900.920.530.67334.7484.4417.65
Hex5372705C354314f5412
Octal12374701346510351712422
Binary1010011111100111010111001101011000011101001111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530727; }

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

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

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

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

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

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

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

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