#481334

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

Shades of Blackberry #481334

Tints of Blackberry #481334

Color information

#481334 (or 0x481334) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 34. RGB value is (72,19,52). Sum of RGB (Red+Green+Blue) = 72+19+52=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #481334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481334 is #B7ECCB. Grayscale: #262626. Windows color (decimal): -12053708 or 3412808. OLE color: 3412808.

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

Color convert

RGB721952-
CMYK00.740.280.72
HSL322.64º58.24%17.84%-
HSV(B)322.64º73.61%28.24%-
XYZ3.532.093.47-
YUV38.61135.56151.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 50.35%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=50.35%
G=13.29%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72195200.740.280.72322.6458.2417.84
Hex48133404A1C481433a12
Octal11023640112341105037222
Binary1001000100111101000100101011100100100010100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481334; }

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

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

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

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

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

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

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

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