#440420

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

Shades of Blackberry #440420

Tints of Blackberry #440420

Color information

#440420 (or 0x440420) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 20. RGB value is (68,4,32). Sum of RGB (Red+Green+Blue) = 68+4+32=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440420 is #BBFBDF. Grayscale: #1A1A1A. Windows color (decimal): -12319712 or 2098244. OLE color: 2098244.

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

Color convert

RGB68432-
CMYK00.940.530.73
HSL333.75º88.89%14.12%-
HSV(B)333.75º94.12%26.67%-
XYZ2.691.421.5-
YUV26.33131.2157.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 32 (12.89% from 255) = 30.77%
R=65.38%
G=3.85%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6843200.940.530.73333.7588.8914.12
Hex4442005E354914e59e
Octal10444001366511151613116
Binary100010010010000001011110110101100100110100111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440420; }

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

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

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

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

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

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

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

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