#44122B

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

Shades of Blackberry #44122B

Tints of Blackberry #44122B

Color information

#44122B (or 0x44122B) is unknown color: approx Blackberry. HEX triplet: 44, 12 and 2B. RGB value is (68,18,43). Sum of RGB (Red+Green+Blue) = 68+18+43=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #44122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44122B is #BBEDD4. Grayscale: #232323. Windows color (decimal): -12316117 or 2822724. OLE color: 2822724.

HSL color Cylindrical-coordinate representation of color #44122B: hue angle of 330º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44122B is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB681843-
CMYK00.740.370.73
HSL330º58.14%16.86%-
HSV(B)330º73.53%26.67%-
XYZ3.041.842.48-
YUV35.8132.06150.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 18 (7.42% from 255) = 13.95%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=52.71%
G=13.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68184300.740.370.7333058.1416.86
Hex44122B04A254914a3a11
Octal10422530112451115127221
Binary10001001001010101101001010100101100100110100101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44122B; }

 p { color: rgb(68,18,43); }

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

<style>
 a { background-color: #44122B; }

 a { background-color: rgb(68,18,43); }

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

<style>
 span { border-color: #44122B; }

 span { border-color: rgb(68,18,43); }

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