#441031

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

Shades of Blackberry #441031

Tints of Blackberry #441031

Color information

#441031 (or 0x441031) is unknown color: approx Blackberry. HEX triplet: 44, 10 and 31. RGB value is (68,16,49). Sum of RGB (Red+Green+Blue) = 68+16+49=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #441031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441031 is #BBEFCE. Grayscale: #232323. Windows color (decimal): -12316623 or 3215428. OLE color: 3215428.

HSL color Cylindrical-coordinate representation of color #441031: hue angle of 321.92º 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 #441031 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB681649-
CMYK00.760.280.73
HSL321.92º61.9%16.47%-
HSV(B)321.92º76.47%26.67%-
XYZ3.121.823.09-
YUV35.31135.73151.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=51.13%
G=12.03%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68164900.760.280.73321.9261.916.47
Hex44103104C1C491423e10
Octal10420610114341115027620
Binary1000100100001100010100110011100100100110100001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441031; }

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

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

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

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

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

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

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

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