#440338

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

Shades of Blackberry #440338

Tints of Blackberry #440338

Color information

#440338 (or 0x440338) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 38. RGB value is (68,3,56). Sum of RGB (Red+Green+Blue) = 68+3+56=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #440338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440338 is #BBFCC7. Grayscale: #1C1C1C. Windows color (decimal): -12319944 or 3670852. OLE color: 3670852.

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

Color convert

RGB68356-
CMYK00.960.180.73
HSL311.08º91.55%13.92%-
HSV(B)311.08º95.59%26.67%-
XYZ3.131.583.88-
YUV28.48143.53156.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=53.54%
G=2.36%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6835600.960.180.73311.0891.5513.92
Hex4433806012491375ce
Octal10437001402211146713416
Binary1000100111110000110000010010100100110011011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440338; }

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

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

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

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

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

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

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

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