#48143E

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

Shades of Blackberry #48143E

Tints of Blackberry #48143E

Color information

#48143E (or 0x48143E) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 3E. RGB value is (72,20,62). Sum of RGB (Red+Green+Blue) = 72+20+62=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48143E is #B7EBC1. Grayscale: #282828. Windows color (decimal): -12053442 or 4068424. OLE color: 4068424.

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

Color convert

RGB722062-
CMYK00.720.140.72
HSL311.54º56.52%18.04%-
HSV(B)311.54º72.22%28.24%-
XYZ3.792.234.79-
YUV40.34140.23150.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=46.75%
G=12.99%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72206200.720.140.72311.5456.5218.04
Hex48143E048E481383912
Octal11024760110161104707122
Binary100100010100111110010010001110100100010011100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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