#44123A

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

Shades of Blackberry #44123A

Tints of Blackberry #44123A

Color information

#44123A (or 0x44123A) is unknown color: approx Blackberry. HEX triplet: 44, 12 and 3A. RGB value is (68,18,58). Sum of RGB (Red+Green+Blue) = 68+18+58=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #44123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44123A is #BBEDC5. Grayscale: #252525. Windows color (decimal): -12316102 or 3805764. OLE color: 3805764.

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

Color convert

RGB681858-
CMYK00.740.150.73
HSL312º58.14%16.86%-
HSV(B)312º73.53%26.67%-
XYZ3.361.974.21-
YUV37.51139.56149.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=47.22%
G=12.5%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68185800.740.150.7331258.1416.86
Hex44123A04AF491383a11
Octal10422720112171114707221
Binary100010010010111010010010101111100100110011100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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