#442238

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

Shades of Blackberry #442238

Tints of Blackberry #442238

Color information

#442238 (or 0x442238) is unknown color: approx Blackberry. HEX triplet: 44, 22 and 38. RGB value is (68,34,56). Sum of RGB (Red+Green+Blue) = 68+34+56=158 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.04% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 68 - color contains mainly: red. Hex color #442238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442238 is #BBDDC7. Grayscale: #2E2E2E. Windows color (decimal): -12312008 or 3678788. OLE color: 3678788.

HSL color Cylindrical-coordinate representation of color #442238: hue angle of 321.18º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442238 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB683456-
CMYK00.500.180.73
HSL321.18º33.33%20%-
HSV(B)321.18º50%26.67%-
XYZ3.672.664.06-
YUV46.67133.26143.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.04%
GREEN value IS 34 (13.67% from 255) = 21.52%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=43.04%
G=21.52%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68345600.500.180.73321.1833.3320
Hex44223803212491412114
Octal1044270062221115014124
Binary1000100100010111000011001010010100100110100000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442238; }

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

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

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

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

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

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

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

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