#500430

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

Shades of Blackberry #500430

Tints of Blackberry #500430

Color information

#500430 (or 0x500430) is unknown color: approx Blackberry. HEX triplet: 50, 04 and 30. RGB value is (80,4,48). Sum of RGB (Red+Green+Blue) = 80+4+48=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500430 is #AFFBCF. Grayscale: #1F1F1F. Windows color (decimal): -11533264 or 3146832. OLE color: 3146832.

HSL color Cylindrical-coordinate representation of color #500430: hue angle of 325.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500430 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB80448-
CMYK00.950.400.69
HSL325.26º90.48%16.47%-
HSV(B)325.26º95%31.37%-
XYZ3.892.012.98-
YUV31.74137.18162.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=60.61%
G=3.03%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8044800.950.400.69325.2690.4816.47
Hex5043005F28451455a10
Octal12046001375010550513220
Binary1010000100110000010111111010001000101101000101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500430; }

 p { color: rgb(80,4,48); }

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

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

 a { background-color: rgb(80,4,48); }

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

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

 span { border-color: rgb(80,4,48); }

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