#480029

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

Shades of Blackberry #480029

Tints of Blackberry #480029

Color information

#480029 (or 0x480029) is unknown color: approx Blackberry. HEX triplet: 48, 00 and 29. RGB value is (72,0,41). Sum of RGB (Red+Green+Blue) = 72+0+41=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #480029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480029 is #B7FFD6. Grayscale: #1A1A1A. Windows color (decimal): -12058583 or 2687048. OLE color: 2687048.

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

Color convert

RGB72041-
CMYK010.430.72
HSL325.83º100%14.12%-
HSV(B)325.83º100%28.24%-
XYZ3.071.542.23-
YUV26.2136.35160.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=63.72%
G=0%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72041010.430.72325.8310014.12
Hex480290642B4814664e
Octal11005101445311050614416
Binary1001000010100101100100101011100100010100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480029; }

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

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

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

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

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

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

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

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