#440620

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

Shades of Blackberry #440620

Tints of Blackberry #440620

Color information

#440620 (or 0x440620) is unknown color: approx Blackberry. HEX triplet: 44, 06 and 20. RGB value is (68,6,32). Sum of RGB (Red+Green+Blue) = 68+6+32=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #440620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440620 is #BBF9DF. Grayscale: #1B1B1B. Windows color (decimal): -12319200 or 2098756. OLE color: 2098756.

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

Color convert

RGB68632-
CMYK00.910.530.73
HSL334.84º83.78%14.51%-
HSV(B)334.84º91.18%26.67%-
XYZ2.711.461.51-
YUV27.5130.54156.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=64.15%
G=5.66%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6863200.910.530.73334.8483.7814.51
Hex4462005B354914f54f
Octal10464001336511151712417
Binary100010011010000001011011110101100100110100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440620; }

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

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

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

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

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

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

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

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