#481736

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

Shades of Blackberry #481736

Tints of Blackberry #481736

Color information

#481736 (or 0x481736) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 36. RGB value is (72,23,54). Sum of RGB (Red+Green+Blue) = 72+23+54=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 54 (21.48% from 255 or 36.24% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481736 is #B7E8C9. Grayscale: #292929. Windows color (decimal): -12052682 or 3544904. OLE color: 3544904.

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

Color convert

RGB722354-
CMYK00.680.250.72
HSL322.04º51.58%18.63%-
HSV(B)322.04º68.06%28.24%-
XYZ3.642.263.73-
YUV41.18135.23149.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.32%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 54 (21.48% from 255) = 36.24%
R=48.32%
G=15.44%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72235400.680.250.72322.0451.5818.63
Hex48173604419481423413
Octal11027660104311105026423
Binary1001000101111101100100010011001100100010100001011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481736; }

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

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

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

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

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

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

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

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