#480225

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

Shades of Blackberry #480225

Tints of Blackberry #480225

Color information

#480225 (or 0x480225) is unknown color: approx Blackberry. HEX triplet: 48, 02 and 25. RGB value is (72,2,37). Sum of RGB (Red+Green+Blue) = 72+2+37=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480225 is #B7FDDA. Grayscale: #1A1A1A. Windows color (decimal): -12058075 or 2425416. OLE color: 2425416.

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

Color convert

RGB72237-
CMYK00.970.490.72
HSL330º94.59%14.51%-
HSV(B)330º97.22%28.24%-
XYZ3.031.551.89-
YUV26.92133.69160.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=64.86%
G=1.80%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7223700.970.490.7233094.5914.51
Hex48225061314814a5ff
Octal11024501416111051213717
Binary10010001010010101100001110001100100010100101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480225; }

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

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

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

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

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

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

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

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