#48153A

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

Shades of Blackberry #48153A

Tints of Blackberry #48153A

Color information

#48153A (or 0x48153A) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 3A. RGB value is (72,21,58). Sum of RGB (Red+Green+Blue) = 72+21+58=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48153A is #B7EAC5. Grayscale: #282828. Windows color (decimal): -12053190 or 3806536. OLE color: 3806536.

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

Color convert

RGB722158-
CMYK00.710.190.72
HSL316.47º54.84%18.24%-
HSV(B)316.47º70.83%28.24%-
XYZ3.72.224.24-
YUV40.47137.9150.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=47.68%
G=13.91%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72215800.710.190.72316.4754.8418.24
Hex48153A047134813c3712
Octal11025720107231104746722
Binary1001000101011110100100011110011100100010011110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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