#481330

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

Shades of Blackberry #481330

Tints of Blackberry #481330

Color information

#481330 (or 0x481330) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 30. RGB value is (72,19,48). Sum of RGB (Red+Green+Blue) = 72+19+48=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #481330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481330 is #B7ECCF. Grayscale: #262626. Windows color (decimal): -12053712 or 3150664. OLE color: 3150664.

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

Color convert

RGB721948-
CMYK00.740.330.72
HSL327.17º58.24%17.84%-
HSV(B)327.17º73.61%28.24%-
XYZ3.442.063.01-
YUV38.15133.56152.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 48 (19.14% from 255) = 34.53%
R=51.80%
G=13.67%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72194800.740.330.72327.1758.2417.84
Hex48133004A21481473a12
Octal11023600112411105077222
Binary10010001001111000001001010100001100100010100011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481330; }

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

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

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

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

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

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

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

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