#44042A

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

Shades of Blackberry #44042A

Tints of Blackberry #44042A

Color information

#44042A (or 0x44042A) is unknown color: approx Blackberry. HEX triplet: 44, 04 and 2A. RGB value is (68,4,42). Sum of RGB (Red+Green+Blue) = 68+4+42=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44042A is #BBFBD5. Grayscale: #1B1B1B. Windows color (decimal): -12319702 or 2753604. OLE color: 2753604.

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

Color convert

RGB68442-
CMYK00.940.380.73
HSL324.38º88.89%14.12%-
HSV(B)324.38º94.12%26.67%-
XYZ2.851.482.33-
YUV27.47136.2156.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=59.65%
G=3.51%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6844200.940.380.73324.3888.8914.12
Hex4442A05E264914459e
Octal10445201364611150413116
Binary100010010010101001011110100110100100110100010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44042A; }

 p { color: rgb(68,4,42); }

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

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

 a { background-color: rgb(68,4,42); }

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

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

 span { border-color: rgb(68,4,42); }

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