#440421

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

Shades of Blackberry #440421

Tints of Blackberry #440421

Color information

#440421 (or 0x440421) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 21. RGB value is (68,4,33). Sum of RGB (Red+Green+Blue) = 68+4+33=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #440421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440421 is #BBFBDE. Grayscale: #1A1A1A. Windows color (decimal): -12319711 or 2163780. OLE color: 2163780.

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

Color convert

RGB68433-
CMYK00.940.510.73
HSL332.81º88.89%14.12%-
HSV(B)332.81º94.12%26.67%-
XYZ2.71.431.57-
YUV26.44131.7157.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=64.76%
G=3.81%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6843300.940.510.73332.8188.8914.12
Hex4442105E334914d59e
Octal10444101366311151513116
Binary100010010010000101011110110011100100110100110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440421; }

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

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

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

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

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

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

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

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