#480738

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

Shades of Blackberry #480738

Tints of Blackberry #480738

Color information

#480738 (or 0x480738) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 38. RGB value is (72,7,56). Sum of RGB (Red+Green+Blue) = 72+7+56=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #480738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480738 is #B7F8C7. Grayscale: #1F1F1F. Windows color (decimal): -12056776 or 3671880. OLE color: 3671880.

HSL color Cylindrical-coordinate representation of color #480738: hue angle of 314.77º 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 #480738 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB72756-
CMYK00.900.220.72
HSL314.77º82.28%15.49%-
HSV(B)314.77º90.28%28.24%-
XYZ3.461.823.91-
YUV32.02141.53156.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=53.33%
G=5.19%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7275600.900.220.72314.7782.2815.49
Hex4873805A164813b52f
Octal11077001322611047312217
Binary10010001111110000101101010110100100010011101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480738; }

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

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

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

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

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

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

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

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