#481636

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

Shades of Blackberry #481636

Tints of Blackberry #481636

Color information

#481636 (or 0x481636) is unknown color: approx Blackberry. HEX triplet: 48, 16 and 36. RGB value is (72,22,54). Sum of RGB (Red+Green+Blue) = 72+22+54=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481636 is #B7E9C9. Grayscale: #282828. Windows color (decimal): -12052938 or 3544648. OLE color: 3544648.

HSL color Cylindrical-coordinate representation of color #481636: hue angle of 321.6º 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 #481636 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB722254-
CMYK00.690.250.72
HSL321.6º53.19%18.43%-
HSV(B)321.6º69.44%28.24%-
XYZ3.632.223.73-
YUV40.6135.56150.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 54 (21.48% from 255) = 36.49%
R=48.65%
G=14.86%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72225400.690.250.72321.653.1918.43
Hex48163604519481423512
Octal11026660105311105026522
Binary1001000101101101100100010111001100100010100001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481636; }

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

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

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

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

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

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

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

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