#48153E

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

Shades of Blackberry #48153E

Tints of Blackberry #48153E

Color information

#48153E (or 0x48153E) is unknown color: approx Blackberry. HEX triplet: 48, 15 and 3E. RGB value is (72,21,62). Sum of RGB (Red+Green+Blue) = 72+21+62=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48153E is #B7EAC1. Grayscale: #282828. Windows color (decimal): -12053186 or 4068680. OLE color: 4068680.

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

Color convert

RGB722162-
CMYK00.710.140.72
HSL311.76º54.84%18.24%-
HSV(B)311.76º70.83%28.24%-
XYZ3.812.264.79-
YUV40.92139.9150.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 62 (24.61% from 255) = 40%
R=46.45%
G=13.55%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72216200.710.140.72311.7654.8418.24
Hex48153E047E481383712
Octal11025760107161104706722
Binary100100010101111110010001111110100100010011100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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