#480925

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

Shades of Blackberry #480925

Tints of Blackberry #480925

Color information

#480925 (or 0x480925) is unknown color: approx Blackberry. HEX triplet: 48, 09 and 25. RGB value is (72,9,37). Sum of RGB (Red+Green+Blue) = 72+9+37=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #480925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480925 is #B7F6DA. Grayscale: #1E1E1E. Windows color (decimal): -12056283 or 2427208. OLE color: 2427208.

HSL color Cylindrical-coordinate representation of color #480925: hue angle of 333.33º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480925 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB72937-
CMYK00.880.490.72
HSL333.33º77.78%15.88%-
HSV(B)333.33º87.5%28.24%-
XYZ3.11.711.92-
YUV31.03131.37157.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=61.02%
G=7.63%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7293700.880.490.72333.3377.7815.88
Hex48925058314814d4e10
Octal110114501306111051511620
Binary10010001001100101010110001100011001000101001101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480925; }

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

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

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

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

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

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

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

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