#44142B

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

Shades of Blackberry #44142B

Tints of Blackberry #44142B

Color information

#44142B (or 0x44142B) is unknown color: approx Blackberry. HEX triplet: 44, 14 and 2B. RGB value is (68,20,43). Sum of RGB (Red+Green+Blue) = 68+20+43=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44142B is #BBEBD4. Grayscale: #242424. Windows color (decimal): -12315605 or 2823236. OLE color: 2823236.

HSL color Cylindrical-coordinate representation of color #44142B: hue angle of 331.25º 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 #44142B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB682043-
CMYK00.710.370.73
HSL331.25º54.55%17.25%-
HSV(B)331.25º70.59%26.67%-
XYZ3.071.92.49-
YUV36.97131.4150.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 20 (8.20% from 255) = 15.27%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=51.91%
G=15.27%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68204300.710.370.73331.2554.5517.25
Hex44142B047254914b3711
Octal10424530107451115136721
Binary10001001010010101101000111100101100100110100101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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