#440327

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

Shades of Blackberry #440327

Tints of Blackberry #440327

Color information

#440327 (or 0x440327) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 27. RGB value is (68,3,39). Sum of RGB (Red+Green+Blue) = 68+3+39=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #440327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440327 is #BBFCD8. Grayscale: #1A1A1A. Windows color (decimal): -12319961 or 2556740. OLE color: 2556740.

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

Color convert

RGB68339-
CMYK00.960.430.73
HSL326.77º91.55%13.92%-
HSV(B)326.77º95.59%26.67%-
XYZ2.781.442.05-
YUV26.54135.03157.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 39 (15.62% from 255) = 35.45%
R=61.82%
G=2.73%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6833900.960.430.73326.7791.5513.92
Hex443270602B491475ce
Octal10434701405311150713416
Binary10001001110011101100000101011100100110100011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440327; }

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

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

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

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

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

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

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

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