#440930

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

Shades of Blackberry #440930

Tints of Blackberry #440930

Color information

#440930 (or 0x440930) is unknown color: approx Blackberry. HEX triplet: 44, 09 and 30. RGB value is (68,9,48). Sum of RGB (Red+Green+Blue) = 68+9+48=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #440930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440930 is #BBF6CF. Grayscale: #1E1E1E. Windows color (decimal): -12318416 or 3148100. OLE color: 3148100.

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

Color convert

RGB68948-
CMYK00.870.290.73
HSL320.34º76.62%15.1%-
HSV(B)320.34º86.76%26.67%-
XYZ3.021.642.95-
YUV31.09137.55154.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 48 (19.14% from 255) = 38.4%
R=54.4%
G=7.2%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6894800.870.290.73320.3476.6215.1
Hex449300571D491404df
Octal104116001273511150011517
Binary100010010011100000101011111101100100110100000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440930; }

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

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

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

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

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

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

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

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