#480129

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

Shades of Blackberry #480129

Tints of Blackberry #480129

Color information

#480129 (or 0x480129) is unknown color: approx Blackberry. HEX triplet: 48, 01 and 29. RGB value is (72,1,41). Sum of RGB (Red+Green+Blue) = 72+1+41=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480129 is #B7FED6. Grayscale: #1A1A1A. Windows color (decimal): -12058327 or 2687304. OLE color: 2687304.

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

Color convert

RGB72141-
CMYK00.990.430.72
HSL326.2º97.26%14.31%-
HSV(B)326.2º98.61%28.24%-
XYZ3.081.562.24-
YUV26.79136.02160.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=63.16%
G=0.88%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7214100.990.430.72326.297.2614.31
Hex481290632B4814661e
Octal11015101435311050614116
Binary1001000110100101100011101011100100010100011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480129; }

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

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

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

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

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

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

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

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