#530825

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

Shades of Blackberry #530825

Tints of Blackberry #530825

Color information

#530825 (or 0x530825) is unknown color: approx Blackberry. HEX triplet: 53, 08 and 25. RGB value is (83,8,37). Sum of RGB (Red+Green+Blue) = 83+8+37=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530825 is #ACF7DA. Grayscale: #212121. Windows color (decimal): -11335643 or 2426963. OLE color: 2426963.

HSL color Cylindrical-coordinate representation of color #530825: hue angle of 336.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530825 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB83837-
CMYK00.900.550.67
HSL336.8º82.42%17.84%-
HSV(B)336.8º90.36%32.55%-
XYZ3.992.151.95-
YUV33.73129.85163.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=64.84%
G=6.25%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8383700.900.550.67336.882.4217.84
Hex5382505A37431515212
Octal123104501326710352112222
Binary10100111000100101010110101101111000011101010001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530825; }

 p { color: rgb(83,8,37); }

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

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

 a { background-color: rgb(83,8,37); }

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

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

 span { border-color: rgb(83,8,37); }

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