#48152E

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

Shades of Blackberry #48152E

Tints of Blackberry #48152E

Color information

#48152E (or 0x48152E) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 2E. RGB value is (72,21,46). Sum of RGB (Red+Green+Blue) = 72+21+46=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48152E is #B7EAD1. Grayscale: #272727. Windows color (decimal): -12053202 or 3020104. OLE color: 3020104.

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

Color convert

RGB722146-
CMYK00.710.360.72
HSL330.59º54.84%18.24%-
HSV(B)330.59º70.83%28.24%-
XYZ3.432.112.81-
YUV39.1131.9151.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.80%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=51.80%
G=15.11%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72214600.710.360.72330.5954.8418.24
Hex48152E047244814b3712
Octal11025560107441105136722
Binary10010001010110111001000111100100100100010100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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