#530425

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

Shades of Blackberry #530425

Tints of Blackberry #530425

Color information

#530425 (or 0x530425) is unknown color: approx Blackberry. HEX triplet: 53, 04 and 25. RGB value is (83,4,37). Sum of RGB (Red+Green+Blue) = 83+4+37=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530425 is #ACFBDA. Grayscale: #1F1F1F. Windows color (decimal): -11336667 or 2425939. OLE color: 2425939.

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

Color convert

RGB83437-
CMYK00.950.550.67
HSL334.94º90.8%17.06%-
HSV(B)334.94º95.18%32.55%-
XYZ3.942.061.94-
YUV31.38131.17164.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=66.94%
G=3.23%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8343700.950.550.67334.9490.817.06
Hex5342505F374314f5b11
Octal12344501376710351713321
Binary1010011100100101010111111101111000011101001111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530425; }

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

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

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

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

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

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

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

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