#481328

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

Shades of Blackberry #481328

Tints of Blackberry #481328

Color information

#481328 (or 0x481328) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 28. RGB value is (72,19,40). Sum of RGB (Red+Green+Blue) = 72+19+40=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481328 is #B7ECD7. Grayscale: #252525. Windows color (decimal): -12053720 or 2626376. OLE color: 2626376.

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

Color convert

RGB721940-
CMYK00.740.440.72
HSL336.23º58.24%17.84%-
HSV(B)336.23º73.61%28.24%-
XYZ3.2922.22-
YUV37.24129.56152.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 19 (7.81% from 255) = 14.50%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=54.96%
G=14.50%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72194000.740.440.72336.2358.2417.84
Hex48132804A2C481503a12
Octal11023500112541105207222
Binary10010001001110100001001010101100100100010101000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481328; }

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

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

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

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

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

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

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

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