#48052E

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

Shades of Blackberry #48052E

Tints of Blackberry #48052E

Color information

#48052E (or 0x48052E) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 2E. RGB value is (72,5,46). Sum of RGB (Red+Green+Blue) = 72+5+46=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052E is #B7FAD1. Grayscale: #1D1D1D. Windows color (decimal): -12057298 or 3016008. OLE color: 3016008.

HSL color Cylindrical-coordinate representation of color #48052E: hue angle of 323.28º 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 #48052E is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB72546-
CMYK00.930.360.72
HSL323.28º87.01%15.1%-
HSV(B)323.28º93.06%28.24%-
XYZ3.221.682.74-
YUV29.71137.2158.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=58.54%
G=4.07%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7254600.930.360.72323.2887.0115.1
Hex4852E05D244814357f
Octal11055601354411050312717
Binary100100010110111001011101100100100100010100001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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