#48143D

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

Shades of Blackberry #48143D

Tints of Blackberry #48143D

Color information

#48143D (or 0x48143D) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 3D. RGB value is (72,20,61). Sum of RGB (Red+Green+Blue) = 72+20+61=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48143D is #B7EBC2. Grayscale: #282828. Windows color (decimal): -12053443 or 4002888. OLE color: 4002888.

HSL color Cylindrical-coordinate representation of color #48143D: hue angle of 312.69º 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 #48143D is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB722061-
CMYK00.720.150.72
HSL312.69º56.52%18.04%-
HSV(B)312.69º72.22%28.24%-
XYZ3.762.214.64-
YUV40.22139.73150.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 61 (24.22% from 255) = 39.87%
R=47.06%
G=13.07%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72206100.720.150.72312.6956.5218.04
Hex48143D048F481393912
Octal11024750110171104717122
Binary100100010100111101010010001111100100010011100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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