#48053B

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

Shades of Blackberry #48053B

Tints of Blackberry #48053B

Color information

#48053B (or 0x48053B) is unknown color: approx Blackberry. HEX triplet: 48, 05 and 3B. RGB value is (72,5,59). Sum of RGB (Red+Green+Blue) = 72+5+59=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48053B is #B7FAC4. Grayscale: #1F1F1F. Windows color (decimal): -12057285 or 3867976. OLE color: 3867976.

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

Color convert

RGB72559-
CMYK00.930.180.72
HSL311.64º87.01%15.1%-
HSV(B)311.64º93.06%28.24%-
XYZ3.521.84.3-
YUV31.19143.7157.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=52.94%
G=3.68%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7255900.930.180.72311.6487.0115.1
Hex4853B05D124813857f
Octal11057301352211047012717
Binary10010001011110110101110110010100100010011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48053B; }

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

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

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

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

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

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

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

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