#48153B

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

Shades of Blackberry #48153B

Tints of Blackberry #48153B

Color information

#48153B (or 0x48153B) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 3B. RGB value is (72,21,59). Sum of RGB (Red+Green+Blue) = 72+21+59=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48153B is #B7EAC4. Grayscale: #282828. Windows color (decimal): -12053189 or 3872072. OLE color: 3872072.

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

Color convert

RGB722159-
CMYK00.710.180.72
HSL315.29º54.84%18.24%-
HSV(B)315.29º70.83%28.24%-
XYZ3.732.234.37-
YUV40.58138.4150.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 59 (23.44% from 255) = 38.82%
R=47.37%
G=13.82%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72215900.710.180.72315.2954.8418.24
Hex48153B047124813b3712
Octal11025730107221104736722
Binary1001000101011110110100011110010100100010011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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