#480B2D

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

Shades of Blackberry #480B2D

Tints of Blackberry #480B2D

Color information

#480B2D (or 0x480B2D) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 2D. RGB value is (72,11,45). Sum of RGB (Red+Green+Blue) = 72+11+45=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #480B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B2D is #B7F4D2. Grayscale: #212121. Windows color (decimal): -12055763 or 2952008. OLE color: 2952008.

HSL color Cylindrical-coordinate representation of color #480B2D: hue angle of 326.56º 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 #480B2D is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB721145-
CMYK00.850.380.72
HSL326.56º73.49%16.27%-
HSV(B)326.56º84.72%28.24%-
XYZ3.271.812.66-
YUV33.12134.71155.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 11 (4.69% from 255) = 8.59%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=56.25%
G=8.59%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72114500.850.380.72326.5673.4916.27
Hex48B2D05526481474910
Octal110135501254611050711120
Binary10010001011101101010101011001101001000101000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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