#48193D

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

Shades of Blackberry #48193D

Tints of Blackberry #48193D

Color information

#48193D (or 0x48193D) is unknown color: approx Blackberry. HEX triplet: 48, 19 and 3D. RGB value is (72,25,61). Sum of RGB (Red+Green+Blue) = 72+25+61=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48193D is #B7E6C2. Grayscale: #2B2B2B. Windows color (decimal): -12052163 or 4004168. OLE color: 4004168.

HSL color Cylindrical-coordinate representation of color #48193D: hue angle of 314.04º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48193D is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB722561-
CMYK00.650.150.72
HSL314.04º48.45%19.02%-
HSV(B)314.04º65.28%28.24%-
XYZ3.862.414.68-
YUV43.16138.07148.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.57%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=45.57%
G=15.82%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72256100.650.150.72314.0448.4519.02
Hex48193D041F4813a3013
Octal11031750101171104726023
Binary100100011001111101010000011111100100010011101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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