#441631

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

Shades of Blackberry #441631

Tints of Blackberry #441631

Color information

#441631 (or 0x441631) is unknown color: approx Blackberry. HEX triplet: 44, 16 and 31. RGB value is (68,22,49). Sum of RGB (Red+Green+Blue) = 68+22+49=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441631 is #BBE9CE. Grayscale: #262626. Windows color (decimal): -12315087 or 3216964. OLE color: 3216964.

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

Color convert

RGB682249-
CMYK00.680.280.73
HSL324.78º51.11%17.65%-
HSV(B)324.78º67.65%26.67%-
XYZ3.232.023.13-
YUV38.83133.74148.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.92%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 49 (19.53% from 255) = 35.25%
R=48.92%
G=15.83%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68224900.680.280.73324.7851.1117.65
Hex4416310441C491453312
Octal10426610104341115056322
Binary1000100101101100010100010011100100100110100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441631; }

 p { color: rgb(68,22,49); }

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

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

 a { background-color: rgb(68,22,49); }

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

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

 span { border-color: rgb(68,22,49); }

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