#44092A

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

Shades of Blackberry #44092A

Tints of Blackberry #44092A

Color information

#44092A (or 0x44092A) is unknown color: approx Blackberry. HEX triplet: 44, 09 and 2A. RGB value is (68,9,42). Sum of RGB (Red+Green+Blue) = 68+9+42=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 42 (16.80% from 255 or 35.29% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #44092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44092A is #BBF6D5. Grayscale: #1E1E1E. Windows color (decimal): -12318422 or 2754884. OLE color: 2754884.

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

Color convert

RGB68942-
CMYK00.870.380.73
HSL326.44º76.62%15.1%-
HSV(B)326.44º86.76%26.67%-
XYZ2.91.592.34-
YUV30.4134.55154.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.14%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 42 (16.80% from 255) = 35.29%
R=57.14%
G=7.56%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6894200.870.380.73326.4476.6215.1
Hex4492A05726491464df
Octal104115201274611150611517
Binary1000100100110101001010111100110100100110100011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44092A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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