#44163A

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

Shades of Blackberry #44163A

Tints of Blackberry #44163A

Color information

#44163A (or 0x44163A) is unknown color: approx Blackberry. HEX triplet: 44, 16 and 3A. RGB value is (68,22,58). Sum of RGB (Red+Green+Blue) = 68+22+58=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 68 - color contains mainly: red. Hex color #44163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44163A is #BBE9C5. Grayscale: #272727. Windows color (decimal): -12315078 or 3806788. OLE color: 3806788.

HSL color Cylindrical-coordinate representation of color #44163A: hue angle of 313.04º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44163A is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB682258-
CMYK00.680.150.73
HSL313.04º51.11%17.65%-
HSV(B)313.04º67.65%26.67%-
XYZ3.432.114.23-
YUV39.86138.24148.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=45.95%
G=14.86%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68225800.680.150.73313.0451.1117.65
Hex44163A044F491393312
Octal10426720104171114716322
Binary100010010110111010010001001111100100110011100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44163A; }

 p { color: rgb(68,22,58); }

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

<style>
 a { background-color: #44163A; }

 a { background-color: rgb(68,22,58); }

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

<style>
 span { border-color: #44163A; }

 span { border-color: rgb(68,22,58); }

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