#44002D

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

Shades of Blackberry #44002D

Tints of Blackberry #44002D

Color information

#44002D (or 0x44002D) is unknown color: approx Blackberry. HEX triplet: 44, 00 and 2D. RGB value is (68,0,45). Sum of RGB (Red+Green+Blue) = 68+0+45=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #44002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44002D is #BBFFD2. Grayscale: #191919. Windows color (decimal): -12320723 or 2949188. OLE color: 2949188.

HSL color Cylindrical-coordinate representation of color #44002D: hue angle of 320.29º 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 #44002D is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB68045-
CMYK010.340.73
HSL320.29º100%13.33%-
HSV(B)320.29º100%26.67%-
XYZ2.861.422.61-
YUV25.46139.03158.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=60.18%
G=0%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68045010.340.73320.2910013.33
Hex4402D064224914064d
Octal10405501444211150014415
Binary1000100010110101100100100010100100110100000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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