#480736

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

Shades of Blackberry #480736

Tints of Blackberry #480736

Color information

#480736 (or 0x480736) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 36. RGB value is (72,7,54). Sum of RGB (Red+Green+Blue) = 72+7+54=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #480736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480736 is #B7F8C9. Grayscale: #1F1F1F. Windows color (decimal): -12056778 or 3540808. OLE color: 3540808.

HSL color Cylindrical-coordinate representation of color #480736: hue angle of 316.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480736 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB72754-
CMYK00.900.250.72
HSL316.62º82.28%15.49%-
HSV(B)316.62º90.28%28.24%-
XYZ3.411.83.66-
YUV31.79140.53156.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 54 (21.48% from 255) = 40.60%
R=54.14%
G=5.26%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7275400.900.250.72316.6282.2815.49
Hex4873605A194813d52f
Octal11076601323111047512217
Binary10010001111101100101101011001100100010011110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480736; }

 p { color: rgb(72,7,54); }

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

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

 a { background-color: rgb(72,7,54); }

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

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

 span { border-color: rgb(72,7,54); }

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