#440321

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

Shades of Blackberry #440321

Tints of Blackberry #440321

Color information

#440321 (or 0x440321) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 21. RGB value is (68,3,33). Sum of RGB (Red+Green+Blue) = 68+3+33=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440321 is #BBFCDE. Grayscale: #191919. Windows color (decimal): -12319967 or 2163524. OLE color: 2163524.

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

Color convert

RGB68333-
CMYK00.960.510.73
HSL332.31º91.55%13.92%-
HSV(B)332.31º95.59%26.67%-
XYZ2.691.41.57-
YUV25.86132.03158.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=65.38%
G=2.88%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6833300.960.510.73332.3191.5513.92
Hex44321060334914c5ce
Octal10434101406311151413416
Binary10001001110000101100000110011100100110100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440321; }

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

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

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

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

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

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

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

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