#48143B

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

Shades of Blackberry #48143B

Tints of Blackberry #48143B

Color information

#48143B (or 0x48143B) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 3B. RGB value is (72,20,59). Sum of RGB (Red+Green+Blue) = 72+20+59=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48143B is #B7EBC4. Grayscale: #272727. Windows color (decimal): -12053445 or 3871816. OLE color: 3871816.

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

Color convert

RGB722059-
CMYK00.720.180.72
HSL315º56.52%18.04%-
HSV(B)315º72.22%28.24%-
XYZ3.712.194.37-
YUV39.99138.73150.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.68%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=47.68%
G=13.25%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72205900.720.180.7231556.5218.04
Hex48143B048124813b3912
Octal11024730110221104737122
Binary1001000101001110110100100010010100100010011101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48143B; }

 p { color: rgb(72,20,59); }

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

<style>
 a { background-color: #48143B; }

 a { background-color: rgb(72,20,59); }

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

<style>
 span { border-color: #48143B; }

 span { border-color: rgb(72,20,59); }

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