#441126

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

Shades of Blackberry #441126

Tints of Blackberry #441126

Color information

#441126 (or 0x441126) is unknown color: approx Blackberry. HEX triplet: 44, 11 and 26. RGB value is (68,17,38). Sum of RGB (Red+Green+Blue) = 68+17+38=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441126 is #BBEED9. Grayscale: #222222. Windows color (decimal): -12316378 or 2494788. OLE color: 2494788.

HSL color Cylindrical-coordinate representation of color #441126: hue angle of 335.29º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441126 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB681738-
CMYK00.750.440.73
HSL335.29º60%16.67%-
HSV(B)335.29º75%26.67%-
XYZ2.931.772.02-
YUV34.64129.9151.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=55.28%
G=13.82%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68173800.750.440.73335.296016.67
Hex44112604B2C4914f3c11
Octal10421460113541115177421
Binary10001001000110011001001011101100100100110100111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441126; }

 p { color: rgb(68,17,38); }

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

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

 a { background-color: rgb(68,17,38); }

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

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

 span { border-color: rgb(68,17,38); }

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