#440238

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

Shades of Blackberry #440238

Tints of Blackberry #440238

Color information

#440238 (or 0x440238) is unknown color: approx Blackberry. HEX triplet: 44, 02 and 38. RGB value is (68,2,56). Sum of RGB (Red+Green+Blue) = 68+2+56=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #440238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440238 is #BBFDC7. Grayscale: #1B1B1B. Windows color (decimal): -12320200 or 3670596. OLE color: 3670596.

HSL color Cylindrical-coordinate representation of color #440238: hue angle of 310.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440238 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB68256-
CMYK00.970.180.73
HSL310.91º94.29%13.73%-
HSV(B)310.91º97.06%26.67%-
XYZ3.121.563.88-
YUV27.89143.87156.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=53.97%
G=1.59%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6825600.970.180.73310.9194.2913.73
Hex4423806112491375ee
Octal10427001412211146713616
Binary1000100101110000110000110010100100110011011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440238; }

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

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

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

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

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

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

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

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