#48193C

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

Shades of Blackberry #48193C

Tints of Blackberry #48193C

Color information

#48193C (or 0x48193C) is unknown color: approx Blackberry. HEX triplet: 48, 19 and 3C. RGB value is (72,25,60). Sum of RGB (Red+Green+Blue) = 72+25+60=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48193C is #B7E6C3. Grayscale: #2A2A2A. Windows color (decimal): -12052164 or 3938632. OLE color: 3938632.

HSL color Cylindrical-coordinate representation of color #48193C: hue angle of 315.32º 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 #48193C is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB722560-
CMYK00.650.170.72
HSL315.32º48.45%19.02%-
HSV(B)315.32º65.28%28.24%-
XYZ3.842.44.54-
YUV43.04137.57148.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45.86%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=45.86%
G=15.92%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72256000.650.170.72315.3248.4519.02
Hex48193C041114813b3013
Octal11031740101211104736023
Binary1001000110011111000100000110001100100010011101111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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