#480B3D

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

Shades of Blackberry #480B3D

Tints of Blackberry #480B3D

Color information

#480B3D (or 0x480B3D) is unknown color: approx Blackberry. HEX triplet: 48, 0B and 3D. RGB value is (72,11,61). Sum of RGB (Red+Green+Blue) = 72+11+61=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B3D is #B7F4C2. Grayscale: #222222. Windows color (decimal): -12055747 or 4000584. OLE color: 4000584.

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

Color convert

RGB721161-
CMYK00.850.150.72
HSL310.82º73.49%16.27%-
HSV(B)310.82º84.72%28.24%-
XYZ3.631.954.6-
YUV34.94142.71154.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=50%
G=7.64%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72116100.850.150.72310.8273.4916.27
Hex48B3D055F481374910
Octal110137501251711046711120
Binary100100010111111010101010111111001000100110111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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