#48152C

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

Shades of Blackberry #48152C

Tints of Blackberry #48152C

Color information

#48152C (or 0x48152C) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 2C. RGB value is (72,21,44). Sum of RGB (Red+Green+Blue) = 72+21+44=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48152C is #B7EAD3. Grayscale: #262626. Windows color (decimal): -12053204 or 2889032. OLE color: 2889032.

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

Color convert

RGB722144-
CMYK00.710.390.72
HSL332.94º54.84%18.24%-
HSV(B)332.94º70.83%28.24%-
XYZ3.42.12.61-
YUV38.87130.9151.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=52.55%
G=15.33%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72214400.710.390.72332.9454.8418.24
Hex48152C047274814d3712
Octal11025540107471105156722
Binary10010001010110110001000111100111100100010100110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48152C; }

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

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

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

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

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

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

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

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