#480635

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

Shades of Blackberry #480635

Tints of Blackberry #480635

Color information

#480635 (or 0x480635) is unknown color: approx Blackberry. HEX triplet: 48, 06 and 35. RGB value is (72,6,53). Sum of RGB (Red+Green+Blue) = 72+6+53=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #480635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480635 is #B7F9CA. Grayscale: #1E1E1E. Windows color (decimal): -12057035 or 3475016. OLE color: 3475016.

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

Color convert

RGB72653-
CMYK00.920.260.72
HSL317.27º84.62%15.29%-
HSV(B)317.27º91.67%28.24%-
XYZ3.381.773.53-
YUV31.09140.37157.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 53 (21.09% from 255) = 40.46%
R=54.96%
G=4.58%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7265300.920.260.72317.2784.6215.29
Hex4863505C1A4813d55f
Octal11066501343211047512517
Binary10010001101101010101110011010100100010011110110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480635; }

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

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

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

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

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

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

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

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