#48052C

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

Shades of Blackberry #48052C

Tints of Blackberry #48052C

Color information

#48052C (or 0x48052C) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 2C. RGB value is (72,5,44). Sum of RGB (Red+Green+Blue) = 72+5+44=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052C is #B7FAD3. Grayscale: #1D1D1D. Windows color (decimal): -12057300 or 2884936. OLE color: 2884936.

HSL color Cylindrical-coordinate representation of color #48052C: hue angle of 325.07º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48052C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB72544-
CMYK00.930.390.72
HSL325.07º87.01%15.1%-
HSV(B)325.07º93.06%28.24%-
XYZ3.181.672.54-
YUV29.48136.2158.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 44 (17.58% from 255) = 36.36%
R=59.50%
G=4.13%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7254400.930.390.72325.0787.0115.1
Hex4852C05D274814557f
Octal11055401354711050512717
Binary100100010110110001011101100111100100010100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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