#530826

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

Shades of Blackberry #530826

Tints of Blackberry #530826

Color information

#530826 (or 0x530826) is unknown color: approx Blackberry. HEX triplet: 53, 08 and 26. RGB value is (83,8,38). Sum of RGB (Red+Green+Blue) = 83+8+38=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530826 is #ACF7D9. Grayscale: #212121. Windows color (decimal): -11335642 or 2492499. OLE color: 2492499.

HSL color Cylindrical-coordinate representation of color #530826: hue angle of 336º 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 #530826 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB83838-
CMYK00.900.540.67
HSL336º82.42%17.84%-
HSV(B)336º90.36%32.55%-
XYZ42.152.04-
YUV33.84130.35163.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=64.34%
G=6.20%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8383800.900.540.6733682.4217.84
Hex5382605A36431505212
Octal123104601326610352012222
Binary10100111000100110010110101101101000011101010000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530826; }

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

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

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

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

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

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

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

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