#44073A

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

Shades of Blackberry #44073A

Tints of Blackberry #44073A

Color information

#44073A (or 0x44073A) is unknown color: approx Blackberry. HEX triplet: 44, 07 and 3A. RGB value is (68,7,58). Sum of RGB (Red+Green+Blue) = 68+7+58=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #44073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44073A is #BBF8C5. Grayscale: #1E1E1E. Windows color (decimal): -12318918 or 3802948. OLE color: 3802948.

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

Color convert

RGB68758-
CMYK00.900.150.73
HSL309.84º81.33%14.71%-
HSV(B)309.84º89.71%26.67%-
XYZ3.221.694.16-
YUV31.05143.21154.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 58 (23.05% from 255) = 43.61%
R=51.13%
G=5.26%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6875800.900.150.73309.8481.3314.71
Hex4473A05AF4913651f
Octal10477201321711146612117
Binary1000100111111010010110101111100100110011011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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