#440423

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

Shades of Blackberry #440423

Tints of Blackberry #440423

Color information

#440423 (or 0x440423) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 23. RGB value is (68,4,35). Sum of RGB (Red+Green+Blue) = 68+4+35=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #440423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440423 is #BBFBDC. Grayscale: #1A1A1A. Windows color (decimal): -12319709 or 2294852. OLE color: 2294852.

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

Color convert

RGB68435-
CMYK00.940.490.73
HSL330.94º88.89%14.12%-
HSV(B)330.94º94.12%26.67%-
XYZ2.731.441.72-
YUV26.67132.7157.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=63.55%
G=3.74%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6843500.940.490.73330.9488.8914.12
Hex4442305E314914b59e
Octal10444301366111151313116
Binary100010010010001101011110110001100100110100101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440423; }

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

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

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

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

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

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

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

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