#44002E

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

Shades of Blackberry #44002E

Tints of Blackberry #44002E

Color information

#44002E (or 0x44002E) is unknown color: approx Blackberry. HEX triplet: 44, 00 and 2E. RGB value is (68,0,46). Sum of RGB (Red+Green+Blue) = 68+0+46=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44002E is #BBFFD1. Grayscale: #191919. Windows color (decimal): -12320722 or 3014724. OLE color: 3014724.

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

Color convert

RGB68046-
CMYK010.320.73
HSL319.41º100%13.33%-
HSV(B)319.41º100%26.67%-
XYZ2.881.432.71-
YUV25.58139.53158.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 40.35%
R=59.65%
G=0%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68046010.320.73319.4110013.33
Hex4402E064204913f64d
Octal10405601444011147714415
Binary1000100010111001100100100000100100110011111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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