#48163E

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

Shades of Blackberry #48163E

Tints of Blackberry #48163E

Color information

#48163E (or 0x48163E) is unknown color: approx Blackberry. HEX triplet: 48, 16 and 3E. RGB value is (72,22,62). Sum of RGB (Red+Green+Blue) = 72+22+62=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48163E is #B7E9C1. Grayscale: #292929. Windows color (decimal): -12052930 or 4068936. OLE color: 4068936.

HSL color Cylindrical-coordinate representation of color #48163E: hue angle of 312º 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 #48163E is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB722262-
CMYK00.690.140.72
HSL312º53.19%18.43%-
HSV(B)312º69.44%28.24%-
XYZ3.832.34.8-
YUV41.51139.56149.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.15%
GREEN value IS 22 (8.98% from 255) = 14.10%
BLUE value IS 62 (24.61% from 255) = 39.74%
R=46.15%
G=14.10%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72226200.690.140.7231253.1918.43
Hex48163E045E481383512
Octal11026760105161104706522
Binary100100010110111110010001011110100100010011100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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