#441729

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

Shades of Blackberry #441729

Tints of Blackberry #441729

Color information

#441729 (or 0x441729) is unknown color: approx Blackberry. HEX triplet: 44, 17 and 29. RGB value is (68,23,41). Sum of RGB (Red+Green+Blue) = 68+23+41=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #441729 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441729 is #BBE8D6. Grayscale: #262626. Windows color (decimal): -12314839 or 2692932. OLE color: 2692932.

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

Color convert

RGB682341-
CMYK00.660.400.73
HSL336º49.45%17.84%-
HSV(B)336º66.18%26.67%-
XYZ3.0922.32-
YUV38.51129.41149.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=51.52%
G=17.42%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68234100.660.400.7333649.4517.84
Hex44172904228491503112
Octal10427510102501115206122
Binary10001001011110100101000010101000100100110101000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441729; }

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

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

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

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

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

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

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

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