#48152F

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

Shades of Blackberry #48152F

Tints of Blackberry #48152F

Color information

#48152F (or 0x48152F) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 2F. RGB value is (72,21,47). Sum of RGB (Red+Green+Blue) = 72+21+47=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48152F is #B7EAD0. Grayscale: #272727. Windows color (decimal): -12053201 or 3085640. OLE color: 3085640.

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

Color convert

RGB722147-
CMYK00.710.350.72
HSL329.41º54.84%18.24%-
HSV(B)329.41º70.83%28.24%-
XYZ3.452.122.92-
YUV39.21132.4151.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.43%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 47 (18.75% from 255) = 33.57%
R=51.43%
G=15%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72214700.710.350.72329.4154.8418.24
Hex48152F04723481493712
Octal11025570107431105116722
Binary10010001010110111101000111100011100100010100100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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