#480723

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

Shades of Blackberry #480723

Tints of Blackberry #480723

Color information

#480723 (or 0x480723) is unknown color: approx Blackberry. HEX triplet: 48, 07 and 23. RGB value is (72,7,35). Sum of RGB (Red+Green+Blue) = 72+7+35=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480723 is #B7F8DC. Grayscale: #1D1D1D. Windows color (decimal): -12056797 or 2295624. OLE color: 2295624.

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

Color convert

RGB72735-
CMYK00.900.510.72
HSL334.15º82.28%15.49%-
HSV(B)334.15º90.28%28.24%-
XYZ3.051.651.75-
YUV29.63131.03158.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 7 (3.12% from 255) = 6.14%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=63.16%
G=6.14%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7273500.900.510.72334.1582.2815.49
Hex4872305A334814e52f
Octal11074301326311051612217
Binary100100011110001101011010110011100100010100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480723; }

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

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

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

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

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

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

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

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