#480B3A

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

Shades of Blackberry #480B3A

Tints of Blackberry #480B3A

Color information

#480B3A (or 0x480B3A) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 3A. RGB value is (72,11,58). Sum of RGB (Red+Green+Blue) = 72+11+58=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #480B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B3A is #B7F4C5. Grayscale: #222222. Windows color (decimal): -12055750 or 3803976. OLE color: 3803976.

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

Color convert

RGB721158-
CMYK00.850.190.72
HSL313.77º73.49%16.27%-
HSV(B)313.77º84.72%28.24%-
XYZ3.561.924.19-
YUV34.6141.21154.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=51.06%
G=7.80%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72115800.850.190.72313.7773.4916.27
Hex48B3A055134813a4910
Octal110137201252311047211120
Binary1001000101111101001010101100111001000100111010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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