#480134

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

Shades of Blackberry #480134

Tints of Blackberry #480134

Color information

#480134 (or 0x480134) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 34. RGB value is (72,1,52). Sum of RGB (Red+Green+Blue) = 72+1+52=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #480134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480134 is #B7FECB. Grayscale: #1B1B1B. Windows color (decimal): -12058316 or 3408200. OLE color: 3408200.

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

Color convert

RGB72152-
CMYK00.990.280.72
HSL316.9º97.26%14.31%-
HSV(B)316.9º98.61%28.24%-
XYZ3.31.653.39-
YUV28.04141.52159.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 52 (20.70% from 255) = 41.6%
R=57.6%
G=0.8%
B=41.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7215200.990.280.72316.997.2614.31
Hex481340631C4813d61e
Octal11016401433411047514116
Binary100100011101000110001111100100100010011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480134; }

 p { color: rgb(72,1,52); }

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

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

 a { background-color: rgb(72,1,52); }

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

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

 span { border-color: rgb(72,1,52); }

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