#480625

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

Shades of Blackberry #480625

Tints of Blackberry #480625

Color information

#480625 (or 0x480625) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 25. RGB value is (72,6,37). Sum of RGB (Red+Green+Blue) = 72+6+37=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #480625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480625 is #B7F9DA. Grayscale: #1D1D1D. Windows color (decimal): -12057051 or 2426440. OLE color: 2426440.

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

Color convert

RGB72637-
CMYK00.920.490.72
HSL331.82º84.62%15.29%-
HSV(B)331.82º91.67%28.24%-
XYZ3.071.641.91-
YUV29.27132.37158.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 37 (14.84% from 255) = 32.17%
R=62.61%
G=5.22%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7263700.920.490.72331.8284.6215.29
Hex4862505C314814c55f
Octal11064501346111051412517
Binary100100011010010101011100110001100100010100110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480625; }

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

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

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

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

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

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

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

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