#442338

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

Shades of Blackberry #442338

Tints of Blackberry #442338

Color information

#442338 (or 0x442338) is unknown color: approx Blackberry. HEX triplet: 44, 23 and 38. RGB value is (68,35,56). Sum of RGB (Red+Green+Blue) = 68+35+56=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442338 is #BBDCC7. Grayscale: #2F2F2F. Windows color (decimal): -12311752 or 3679044. OLE color: 3679044.

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

Color convert

RGB683556-
CMYK00.490.180.73
HSL321.82º32.04%20.2%-
HSV(B)321.82º48.53%26.67%-
XYZ3.72.724.07-
YUV47.26132.93142.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 35 (14.06% from 255) = 22.01%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=42.77%
G=22.01%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68355600.490.180.73321.8232.0420.2
Hex44233803112491422014
Octal1044370061221115024024
Binary1000100100011111000011000110010100100110100001010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442338; }

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

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

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

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

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

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

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

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