#480D3D

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

Shades of Blackberry #480D3D

Tints of Blackberry #480D3D

Color information

#480D3D (or 0x480D3D) is unknown color: approx Blackberry. HEX triplet: 48, 0D and 3D. RGB value is (72,13,61). Sum of RGB (Red+Green+Blue) = 72+13+61=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480D3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D3D is #B7F2C2. Grayscale: #232323. Windows color (decimal): -12055235 or 4001096. OLE color: 4001096.

HSL color Cylindrical-coordinate representation of color #480D3D: hue angle of 311.19º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D3D is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB721361-
CMYK00.820.150.72
HSL311.19º69.41%16.67%-
HSV(B)311.19º81.94%28.24%-
XYZ3.6624.61-
YUV36.11142.05153.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 13 (5.47% from 255) = 8.90%
BLUE value IS 61 (24.22% from 255) = 41.78%
R=49.32%
G=8.90%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72136100.820.150.72311.1969.4116.67
Hex48D3D052F481374511
Octal110157501221711046710521
Binary100100011011111010101001011111001000100110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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