#481534

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

Shades of Blackberry #481534

Tints of Blackberry #481534

Color information

#481534 (or 0x481534) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 34. RGB value is (72,21,52). Sum of RGB (Red+Green+Blue) = 72+21+52=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481534 is #B7EACB. Grayscale: #272727. Windows color (decimal): -12053196 or 3413320. OLE color: 3413320.

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

Color convert

RGB722152-
CMYK00.710.280.72
HSL323.53º54.84%18.24%-
HSV(B)323.53º70.83%28.24%-
XYZ3.562.163.48-
YUV39.78134.9150.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 52 (20.70% from 255) = 35.86%
R=49.66%
G=14.48%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72215200.710.280.72323.5354.8418.24
Hex4815340471C481443712
Octal11025640107341105046722
Binary1001000101011101000100011111100100100010100010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481534; }

 p { color: rgb(72,21,52); }

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

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

 a { background-color: rgb(72,21,52); }

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

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

 span { border-color: rgb(72,21,52); }

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