#480523

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

Shades of Blackberry #480523

Tints of Blackberry #480523

Color information

#480523 (or 0x480523) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 23. RGB value is (72,5,35). Sum of RGB (Red+Green+Blue) = 72+5+35=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #480523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480523 is #B7FADC. Grayscale: #1C1C1C. Windows color (decimal): -12057309 or 2295112. OLE color: 2295112.

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

Color convert

RGB72535-
CMYK00.930.510.72
HSL333.13º87.01%15.1%-
HSV(B)333.13º93.06%28.24%-
XYZ3.031.611.74-
YUV28.45131.7159.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.29%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 35 (14.06% from 255) = 31.25%
R=64.29%
G=4.46%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7253500.930.510.72333.1387.0115.1
Hex4852305D334814d57f
Octal11054301356311051512717
Binary100100010110001101011101110011100100010100110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480523; }

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

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

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

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

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

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

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

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