#481135

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

Shades of Blackberry #481135

Tints of Blackberry #481135

Color information

#481135 (or 0x481135) is unknown color: approx Blackberry. HEX triplet: 48, 11 and 35. RGB value is (72,17,53). Sum of RGB (Red+Green+Blue) = 72+17+53=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481135 is #B7EECA. Grayscale: #252525. Windows color (decimal): -12054219 or 3477832. OLE color: 3477832.

HSL color Cylindrical-coordinate representation of color #481135: hue angle of 320.73º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481135 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB721753-
CMYK00.760.260.72
HSL320.73º61.8%17.45%-
HSV(B)320.73º76.39%28.24%-
XYZ3.522.043.58-
YUV37.55136.72152.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.70%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=50.70%
G=11.97%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72175300.760.260.72320.7361.817.45
Hex48113504C1A481413e11
Octal11021650114321105017621
Binary1001000100011101010100110011010100100010100000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481135; }

 p { color: rgb(72,17,53); }

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

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

 a { background-color: rgb(72,17,53); }

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

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

 span { border-color: rgb(72,17,53); }

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