#48132F

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

Shades of Blackberry #48132F

Tints of Blackberry #48132F

Color information

#48132F (or 0x48132F) is unknown color: approx Blackberry. HEX triplet: 48, 13 and 2F. RGB value is (72,19,47). Sum of RGB (Red+Green+Blue) = 72+19+47=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48132F is #B7ECD0. Grayscale: #252525. Windows color (decimal): -12053713 or 3085128. OLE color: 3085128.

HSL color Cylindrical-coordinate representation of color #48132F: hue angle of 328.3º 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 #48132F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB721947-
CMYK00.740.350.72
HSL328.3º58.24%17.84%-
HSV(B)328.3º73.61%28.24%-
XYZ3.422.052.9-
YUV38.04133.06152.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=52.17%
G=13.77%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72194700.740.350.72328.358.2417.84
Hex48132F04A23481483a12
Octal11023570112431105107222
Binary10010001001110111101001010100011100100010100100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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