#48173D

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

Shades of Blackberry #48173D

Tints of Blackberry #48173D

Color information

#48173D (or 0x48173D) is unknown color: approx Blackberry. HEX triplet: 48, 17 and 3D. RGB value is (72,23,61). Sum of RGB (Red+Green+Blue) = 72+23+61=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 61 (24.22% from 255 or 39.10% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48173D is #B7E8C2. Grayscale: #292929. Windows color (decimal): -12052675 or 4003656. OLE color: 4003656.

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

Color convert

RGB722361-
CMYK00.680.150.72
HSL313.47º51.58%18.63%-
HSV(B)313.47º68.06%28.24%-
XYZ3.822.334.66-
YUV41.98138.73149.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 61 (24.22% from 255) = 39.10%
R=46.15%
G=14.74%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72236100.680.150.72313.4751.5818.63
Hex48173D044F481393413
Octal11027750104171104716423
Binary100100010111111101010001001111100100010011100111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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