#480B29

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

Shades of Blackberry #480B29

Tints of Blackberry #480B29

Color information

#480B29 (or 0x480B29) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 29. RGB value is (72,11,41). Sum of RGB (Red+Green+Blue) = 72+11+41=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #480B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B29 is #B7F4D6. Grayscale: #202020. Windows color (decimal): -12055767 or 2689864. OLE color: 2689864.

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

Color convert

RGB721141-
CMYK00.850.430.72
HSL330.49º73.49%16.27%-
HSV(B)330.49º84.72%28.24%-
XYZ3.191.782.27-
YUV32.66132.71156.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 11 (4.69% from 255) = 8.87%
BLUE value IS 41 (16.41% from 255) = 33.06%
R=58.06%
G=8.87%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72114100.850.430.72330.4973.4916.27
Hex48B290552B4814a4910
Octal110135101255311051211120
Binary10010001011101001010101011010111001000101001010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480B29; }

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

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

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

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

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

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

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

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