#440926

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

Shades of Blackberry #440926

Tints of Blackberry #440926

Color information

#440926 (or 0x440926) is unknown color: approx Blackberry. HEX triplet: 44, 09 and 26. RGB value is (68,9,38). Sum of RGB (Red+Green+Blue) = 68+9+38=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #440926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440926 is #BBF6D9. Grayscale: #1D1D1D. Windows color (decimal): -12318426 or 2492740. OLE color: 2492740.

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

Color convert

RGB68938-
CMYK00.870.440.73
HSL330.51º76.62%15.1%-
HSV(B)330.51º86.76%26.67%-
XYZ2.831.561.99-
YUV29.95132.55155.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 9 (3.91% from 255) = 7.83%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=59.13%
G=7.83%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6893800.870.440.73330.5176.6215.1
Hex449260572C4914b4df
Octal104114601275411151311517
Binary1000100100110011001010111101100100100110100101110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440926; }

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

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

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

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

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

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

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

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