#481436

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

Shades of Blackberry #481436

Tints of Blackberry #481436

Color information

#481436 (or 0x481436) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 36. RGB value is (72,20,54). Sum of RGB (Red+Green+Blue) = 72+20+54=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481436 is #B7EBC9. Grayscale: #272727. Windows color (decimal): -12053450 or 3544136. OLE color: 3544136.

HSL color Cylindrical-coordinate representation of color #481436: hue angle of 320.77º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481436 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB722054-
CMYK00.720.250.72
HSL320.77º56.52%18.04%-
HSV(B)320.77º72.22%28.24%-
XYZ3.592.143.71-
YUV39.42136.23151.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 54 (21.48% from 255) = 36.99%
R=49.32%
G=13.70%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72205400.720.250.72320.7756.5218.04
Hex48143604819481413912
Octal11024660110311105017122
Binary1001000101001101100100100011001100100010100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481436; }

 p { color: rgb(72,20,54); }

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

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

 a { background-color: rgb(72,20,54); }

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

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

 span { border-color: rgb(72,20,54); }

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