#440320

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

Shades of Blackberry #440320

Tints of Blackberry #440320

Color information

#440320 (or 0x440320) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 20. RGB value is (68,3,32). Sum of RGB (Red+Green+Blue) = 68+3+32=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #440320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440320 is #BBFCDF. Grayscale: #191919. Windows color (decimal): -12319968 or 2097988. OLE color: 2097988.

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

Color convert

RGB68332-
CMYK00.960.530.73
HSL333.23º91.55%13.92%-
HSV(B)333.23º95.59%26.67%-
XYZ2.681.41.5-
YUV25.74131.53158.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=66.02%
G=2.91%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6833200.960.530.73333.2391.5513.92
Hex44320060354914d5ce
Octal10434001406511151513416
Binary10001001110000001100000110101100100110100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440320; }

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

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

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

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

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

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

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

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