#48132D

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

Shades of Blackberry #48132D

Tints of Blackberry #48132D

Color information

#48132D (or 0x48132D) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 2D. RGB value is (72,19,45). Sum of RGB (Red+Green+Blue) = 72+19+45=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48132D is #B7ECD2. Grayscale: #252525. Windows color (decimal): -12053715 or 2954056. OLE color: 2954056.

HSL color Cylindrical-coordinate representation of color #48132D: hue angle of 330.57º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48132D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB721945-
CMYK00.740.380.72
HSL330.57º58.24%17.84%-
HSV(B)330.57º73.61%28.24%-
XYZ3.382.032.7-
YUV37.81132.06152.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=52.94%
G=13.97%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72194500.740.380.72330.5758.2417.84
Hex48132D04A264814b3a12
Octal11023550112461105137222
Binary10010001001110110101001010100110100100010100101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48132D; }

 p { color: rgb(72,19,45); }

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

<style>
 a { background-color: #48132D; }

 a { background-color: rgb(72,19,45); }

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

<style>
 span { border-color: #48132D; }

 span { border-color: rgb(72,19,45); }

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