#440330

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

Shades of Blackberry #440330

Tints of Blackberry #440330

Color information

#440330 (or 0x440330) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 30. RGB value is (68,3,48). Sum of RGB (Red+Green+Blue) = 68+3+48=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #440330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440330 is #BBFCCF. Grayscale: #1B1B1B. Windows color (decimal): -12319952 or 3146564. OLE color: 3146564.

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

Color convert

RGB68348-
CMYK00.960.290.73
HSL318.46º91.55%13.92%-
HSV(B)318.46º95.59%26.67%-
XYZ2.951.512.93-
YUV27.56139.53156.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 2.52%
BLUE value IS 48 (19.14% from 255) = 40.34%
R=57.14%
G=2.52%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6834800.960.290.73318.4691.5513.92
Hex443300601D4913e5ce
Octal10436001403511147613416
Binary1000100111100000110000011101100100110011111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440330; }

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

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

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

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

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

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

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

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