#441426

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

Shades of Blackberry #441426

Tints of Blackberry #441426

Color information

#441426 (or 0x441426) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 26. RGB value is (68,20,38). Sum of RGB (Red+Green+Blue) = 68+20+38=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441426 is #BBEBD9. Grayscale: #242424. Windows color (decimal): -12315610 or 2495556. OLE color: 2495556.

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

Color convert

RGB682038-
CMYK00.710.440.73
HSL337.5º54.55%17.25%-
HSV(B)337.5º70.59%26.67%-
XYZ2.981.872.04-
YUV36.4128.9150.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 38 (15.23% from 255) = 30.16%
R=53.97%
G=15.87%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68203800.710.440.73337.554.5517.25
Hex4414260472C491523711
Octal10424460107541115226721
Binary10001001010010011001000111101100100100110101001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441426; }

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

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

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

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

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

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

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

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