#48143A

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

Shades of Blackberry #48143A

Tints of Blackberry #48143A

Color information

#48143A (or 0x48143A) is unknown color: approx Blackberry. HEX triplet: 48, 14 and 3A. RGB value is (72,20,58). Sum of RGB (Red+Green+Blue) = 72+20+58=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48143A is #B7EBC5. Grayscale: #272727. Windows color (decimal): -12053446 or 3806280. OLE color: 3806280.

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

Color convert

RGB722058-
CMYK00.720.190.72
HSL316.15º56.52%18.04%-
HSV(B)316.15º72.22%28.24%-
XYZ3.692.184.23-
YUV39.88138.23150.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=48%
G=13.33%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72205800.720.190.72316.1556.5218.04
Hex48143A048134813c3912
Octal11024720110231104747122
Binary1001000101001110100100100010011100100010011110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48143A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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