#441029

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

Shades of Blackberry #441029

Tints of Blackberry #441029

Color information

#441029 (or 0x441029) is unknown color: approx Blackberry. HEX triplet: 44, 10 and 29. RGB value is (68,16,41). Sum of RGB (Red+Green+Blue) = 68+16+41=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441029 is #BBEFD6. Grayscale: #222222. Windows color (decimal): -12316631 or 2691140. OLE color: 2691140.

HSL color Cylindrical-coordinate representation of color #441029: hue angle of 331.15º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441029 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB681641-
CMYK00.760.400.73
HSL331.15º61.9%16.47%-
HSV(B)331.15º76.47%26.67%-
XYZ2.971.762.28-
YUV34.4131.73151.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 41 (16.41% from 255) = 32.8%
R=54.4%
G=12.8%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68164100.760.400.73331.1561.916.47
Hex44102904C284914b3e10
Octal10420510114501115137620
Binary10001001000010100101001100101000100100110100101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441029; }

 p { color: rgb(68,16,41); }

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

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

 a { background-color: rgb(68,16,41); }

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

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

 span { border-color: rgb(68,16,41); }

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