#44093A

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

Shades of Blackberry #44093A

Tints of Blackberry #44093A

Color information

#44093A (or 0x44093A) is unknown color: approx Blackberry. HEX triplet: 44, 09 and 3A. RGB value is (68,9,58). Sum of RGB (Red+Green+Blue) = 68+9+58=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #44093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44093A is #BBF6C5. Grayscale: #202020. Windows color (decimal): -12318406 or 3803460. OLE color: 3803460.

HSL color Cylindrical-coordinate representation of color #44093A: hue angle of 310.17º 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 #44093A is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB68958-
CMYK00.870.150.73
HSL310.17º76.62%15.1%-
HSV(B)310.17º86.76%26.67%-
XYZ3.251.734.17-
YUV32.23142.55153.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=50.37%
G=6.67%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6895800.870.150.73310.1776.6215.1
Hex4493A057F491364df
Octal104117201271711146611517
Binary10001001001111010010101111111100100110011011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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