#530926

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

Shades of Blackberry #530926

Tints of Blackberry #530926

Color information

#530926 (or 0x530926) is unknown color: approx Blackberry. HEX triplet: 53, 09 and 26. RGB value is (83,9,38). Sum of RGB (Red+Green+Blue) = 83+9+38=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #530926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530926 is #ACF6D9. Grayscale: #222222. Windows color (decimal): -11335386 or 2492755. OLE color: 2492755.

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

Color convert

RGB83938-
CMYK00.890.540.67
HSL336.49º80.43%18.04%-
HSV(B)336.49º89.16%32.55%-
XYZ4.012.172.04-
YUV34.43130.02162.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.85%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=63.85%
G=6.92%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8393800.890.540.67336.4980.4318.04
Hex5392605936431505012
Octal123114601316610352012022
Binary10100111001100110010110011101101000011101010000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530926; }

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

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

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

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

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

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

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

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