#44152C

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

Shades of Blackberry #44152C

Tints of Blackberry #44152C

Color information

#44152C (or 0x44152C) is unknown color: approx Blackberry. HEX triplet: 44, 15 and 2C. RGB value is (68,21,44). Sum of RGB (Red+Green+Blue) = 68+21+44=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44152C is #BBEAD3. Grayscale: #252525. Windows color (decimal): -12315348 or 2889028. OLE color: 2889028.

HSL color Cylindrical-coordinate representation of color #44152C: hue angle of 330.64º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44152C is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB682144-
CMYK00.690.350.73
HSL330.64º52.81%17.45%-
HSV(B)330.64º69.12%26.67%-
XYZ3.111.952.59-
YUV37.67131.57149.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=51.13%
G=15.79%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68214400.690.350.73330.6452.8117.45
Hex44152C045234914b3511
Octal10425540105431115136521
Binary10001001010110110001000101100011100100110100101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,21,44); }

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

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

 a { background-color: rgb(68,21,44); }

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

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

 span { border-color: rgb(68,21,44); }

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