#441A35

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

Shades of Blackberry #441A35

Tints of Blackberry #441A35

Color information

#441A35 (or 0x441A35) is unknown color: approx Blackberry. HEX triplet: 44, 1A and 35. RGB value is (68,26,53). Sum of RGB (Red+Green+Blue) = 68+26+53=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #441A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A35 is #BBE5CA. Grayscale: #292929. Windows color (decimal): -12314059 or 3480132. OLE color: 3480132.

HSL color Cylindrical-coordinate representation of color #441A35: hue angle of 321.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A35 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB682653-
CMYK00.620.220.73
HSL321.43º44.68%18.43%-
HSV(B)321.43º61.76%26.67%-
XYZ3.42.223.62-
YUV41.64134.41146.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 53 (21.09% from 255) = 36.05%
R=46.26%
G=17.69%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68265300.620.220.73321.4344.6818.43
Hex441A3503E16491412d12
Octal1043265076261115015522
Binary100010011010110101011111010110100100110100000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441A35; }

 p { color: rgb(68,26,53); }

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

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

 a { background-color: rgb(68,26,53); }

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

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

 span { border-color: rgb(68,26,53); }

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