#48142B

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

Shades of Blackberry #48142B

Tints of Blackberry #48142B

Color information

#48142B (or 0x48142B) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 2B. RGB value is (72,20,43). Sum of RGB (Red+Green+Blue) = 72+20+43=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48142B is #B7EBD4. Grayscale: #262626. Windows color (decimal): -12053461 or 2823240. OLE color: 2823240.

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

Color convert

RGB722043-
CMYK00.720.400.72
HSL333.46º56.52%18.04%-
HSV(B)333.46º72.22%28.24%-
XYZ3.362.052.5-
YUV38.17130.73152.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 20 (8.20% from 255) = 14.81%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=53.33%
G=14.81%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72204300.720.400.72333.4656.5218.04
Hex48142B048284814d3912
Octal11024530110501105157122
Binary10010001010010101101001000101000100100010100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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