#481637

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

Shades of Blackberry #481637

Tints of Blackberry #481637

Color information

#481637 (or 0x481637) is unknown color: approx Blackberry. HEX triplet: 48, 16 and 37. RGB value is (72,22,55). Sum of RGB (Red+Green+Blue) = 72+22+55=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481637 is #B7E9C8. Grayscale: #282828. Windows color (decimal): -12052937 or 3610184. OLE color: 3610184.

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

Color convert

RGB722255-
CMYK00.690.240.72
HSL320.4º53.19%18.43%-
HSV(B)320.4º69.44%28.24%-
XYZ3.652.233.85-
YUV40.71136.06150.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 55 (21.88% from 255) = 36.91%
R=48.32%
G=14.77%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72225500.690.240.72320.453.1918.43
Hex48163704518481403512
Octal11026670105301105006522
Binary1001000101101101110100010111000100100010100000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481637; }

 p { color: rgb(72,22,55); }

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

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

 a { background-color: rgb(72,22,55); }

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

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

 span { border-color: rgb(72,22,55); }

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