#44002A

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

Shades of Blackberry #44002A

Tints of Blackberry #44002A

Color information

#44002A (or 0x44002A) is unknown color: approx Blackberry. HEX triplet: 44, 00 and 2A. RGB value is (68,0,42). Sum of RGB (Red+Green+Blue) = 68+0+42=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #44002A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44002A is #BBFFD5. Grayscale: #191919. Windows color (decimal): -12320726 or 2752580. OLE color: 2752580.

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

Color convert

RGB68042-
CMYK010.380.73
HSL322.94º100%13.33%-
HSV(B)322.94º100%26.67%-
XYZ2.81.42.31-
YUV25.12137.53158.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 38.18%
R=61.82%
G=0%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68042010.380.73322.9410013.33
Hex4402A064264914364d
Octal10405201444611150314415
Binary1000100010101001100100100110100100110100001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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