#44142A

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

Shades of Blackberry #44142A

Tints of Blackberry #44142A

Color information

#44142A (or 0x44142A) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 2A. RGB value is (68,20,42). Sum of RGB (Red+Green+Blue) = 68+20+42=130 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.31% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 68 - color contains mainly: red. Hex color #44142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44142A is #BBEBD5. Grayscale: #242424. Windows color (decimal): -12315606 or 2757700. OLE color: 2757700.

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

Color convert

RGB682042-
CMYK00.710.380.73
HSL332.5º54.55%17.25%-
HSV(B)332.5º70.59%26.67%-
XYZ3.051.92.4-
YUV36.86130.9150.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.31%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=52.31%
G=15.38%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68204200.710.380.73332.554.5517.25
Hex44142A047264914c3711
Octal10424520107461115146721
Binary10001001010010101001000111100110100100110100110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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