#481434

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

Shades of Blackberry #481434

Tints of Blackberry #481434

Color information

#481434 (or 0x481434) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 34. RGB value is (72,20,52). Sum of RGB (Red+Green+Blue) = 72+20+52=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #481434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481434 is #B7EBCB. Grayscale: #272727. Windows color (decimal): -12053452 or 3413064. OLE color: 3413064.

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

Color convert

RGB722052-
CMYK00.720.280.72
HSL323.08º56.52%18.04%-
HSV(B)323.08º72.22%28.24%-
XYZ3.542.133.47-
YUV39.2135.23151.4-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=50%
G=13.89%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72205200.720.280.72323.0856.5218.04
Hex4814340481C481433912
Octal11024640110341105037122
Binary1001000101001101000100100011100100100010100001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481434; }

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

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

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

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

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

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

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

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