#481529

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

Shades of Blackberry #481529

Tints of Blackberry #481529

Color information

#481529 (or 0x481529) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 29. RGB value is (72,21,41). Sum of RGB (Red+Green+Blue) = 72+21+41=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #481529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481529 is #B7EAD6. Grayscale: #262626. Windows color (decimal): -12053207 or 2692424. OLE color: 2692424.

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

Color convert

RGB722141-
CMYK00.710.430.72
HSL336.47º54.84%18.24%-
HSV(B)336.47º70.83%28.24%-
XYZ3.342.072.32-
YUV38.53129.4151.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.73%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=53.73%
G=15.67%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72214100.710.430.72336.4754.8418.24
Hex4815290472B481503712
Octal11025510107531105206722
Binary10010001010110100101000111101011100100010101000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481529; }

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

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

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

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

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

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

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

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