#440430

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

Shades of Blackberry #440430

Tints of Blackberry #440430

Color information

#440430 (or 0x440430) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 30. RGB value is (68,4,48). Sum of RGB (Red+Green+Blue) = 68+4+48=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #440430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440430 is #BBFBCF. Grayscale: #1C1C1C. Windows color (decimal): -12319696 or 3146820. OLE color: 3146820.

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

Color convert

RGB68448-
CMYK00.940.290.73
HSL318.75º88.89%14.12%-
HSV(B)318.75º94.12%26.67%-
XYZ2.961.532.94-
YUV28.15139.2156.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 48 (19.14% from 255) = 40%
R=56.67%
G=3.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6844800.940.290.73318.7588.8914.12
Hex4443005E1D4913f59e
Octal10446001363511147713116
Binary10001001001100000101111011101100100110011111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440430; }

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

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

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

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

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

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

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

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