#440426

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

Shades of Blackberry #440426

Tints of Blackberry #440426

Color information

#440426 (or 0x440426) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 26. RGB value is (68,4,38). Sum of RGB (Red+Green+Blue) = 68+4+38=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #440426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440426 is #BBFBD9. Grayscale: #1A1A1A. Windows color (decimal): -12319706 or 2491460. OLE color: 2491460.

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

Color convert

RGB68438-
CMYK00.940.440.73
HSL328.12º88.89%14.12%-
HSV(B)328.12º94.12%26.67%-
XYZ2.781.461.97-
YUV27.01134.2157.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 4 (1.95% from 255) = 3.64%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=61.82%
G=3.64%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6843800.940.440.73328.1288.8914.12
Hex4442605E2C4914859e
Octal10444601365411151013116
Binary100010010010011001011110101100100100110100100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440426; }

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

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

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

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

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

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

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

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