#530426

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

Shades of Blackberry #530426

Tints of Blackberry #530426

Color information

#530426 (or 0x530426) is unknown color: approx Blackberry. HEX triplet: 53, 04 and 26. RGB value is (83,4,38). Sum of RGB (Red+Green+Blue) = 83+4+38=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530426 is #ACFBD9. Grayscale: #1F1F1F. Windows color (decimal): -11336666 or 2491475. OLE color: 2491475.

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

Color convert

RGB83438-
CMYK00.950.540.67
HSL334.18º90.8%17.06%-
HSV(B)334.18º95.18%32.55%-
XYZ3.962.072.02-
YUV31.5131.67164.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.4%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=66.4%
G=3.2%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8343800.950.540.67334.1890.817.06
Hex5342605F364314e5b11
Octal12344601376610351613321
Binary1010011100100110010111111101101000011101001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530426; }

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

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

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

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

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

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

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

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