#48163D

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

Shades of Blackberry #48163D

Tints of Blackberry #48163D

Color information

#48163D (or 0x48163D) is unknown color: approx Blackberry. HEX triplet: 48, 16 and 3D. RGB value is (72,22,61). Sum of RGB (Red+Green+Blue) = 72+22+61=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48163D is #B7E9C2. Grayscale: #292929. Windows color (decimal): -12052931 or 4003400. OLE color: 4003400.

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

Color convert

RGB722261-
CMYK00.690.150.72
HSL313.2º53.19%18.43%-
HSV(B)313.2º69.44%28.24%-
XYZ3.82.294.66-
YUV41.4139.06149.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=46.45%
G=14.19%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72226100.690.150.72313.253.1918.43
Hex48163D045F481393512
Octal11026750105171104716522
Binary100100010110111101010001011111100100010011100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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