#44002C

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

Shades of Blackberry #44002C

Tints of Blackberry #44002C

Color information

#44002C (or 0x44002C) is unknown color: approx Blackberry. HEX triplet: 44, 00 and 2C. RGB value is (68,0,44). Sum of RGB (Red+Green+Blue) = 68+0+44=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 44 (17.58% from 255 or 39.29% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #44002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44002C is #BBFFD3. Grayscale: #191919. Windows color (decimal): -12320724 or 2883652. OLE color: 2883652.

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

Color convert

RGB68044-
CMYK010.350.73
HSL321.18º100%13.33%-
HSV(B)321.18º100%26.67%-
XYZ2.841.412.51-
YUV25.35138.53158.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 39.29%
R=60.71%
G=0%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68044010.350.73321.1810013.33
Hex4402C064234914164d
Octal10405401444311150114415
Binary1000100010110001100100100011100100110100000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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