#480628

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

Shades of Blackberry #480628

Tints of Blackberry #480628

Color information

#480628 (or 0x480628) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 28. RGB value is (72,6,40). Sum of RGB (Red+Green+Blue) = 72+6+40=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #480628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480628 is #B7F9D7. Grayscale: #1D1D1D. Windows color (decimal): -12057048 or 2623048. OLE color: 2623048.

HSL color Cylindrical-coordinate representation of color #480628: hue angle of 329.09º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480628 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB72640-
CMYK00.920.440.72
HSL329.09º84.62%15.29%-
HSV(B)329.09º91.67%28.24%-
XYZ3.121.662.16-
YUV29.61133.87158.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=61.02%
G=5.08%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7264000.920.440.72329.0984.6215.29
Hex4862805C2C4814955f
Octal11065001345411051112517
Binary100100011010100001011100101100100100010100100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480628; }

 p { color: rgb(72,6,40); }

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

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

 a { background-color: rgb(72,6,40); }

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

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

 span { border-color: rgb(72,6,40); }

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