#480235

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

Shades of Blackberry #480235

Tints of Blackberry #480235

Color information

#480235 (or 0x480235) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 35. RGB value is (72,2,53). Sum of RGB (Red+Green+Blue) = 72+2+53=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #480235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480235 is #B7FDCA. Grayscale: #1C1C1C. Windows color (decimal): -12058059 or 3473992. OLE color: 3473992.

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

Color convert

RGB72253-
CMYK00.970.260.72
HSL316.29º94.59%14.51%-
HSV(B)316.29º97.22%28.24%-
XYZ3.341.683.52-
YUV28.74141.69158.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=56.69%
G=1.57%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7225300.970.260.72316.2994.5914.51
Hex482350611A4813c5ff
Octal11026501413211047413717
Binary1001000101101010110000111010100100010011110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480235; }

 p { color: rgb(72,2,53); }

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

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

 a { background-color: rgb(72,2,53); }

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

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

 span { border-color: rgb(72,2,53); }

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