#44013A

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

Shades of Blackberry #44013A

Tints of Blackberry #44013A

Color information

#44013A (or 0x44013A) is unknown color: approx Blackberry. HEX triplet: 44, 01 and 3A. RGB value is (68,1,58). Sum of RGB (Red+Green+Blue) = 68+1+58=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #44013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44013A is #BBFEC5. Grayscale: #1B1B1B. Windows color (decimal): -12320454 or 3801412. OLE color: 3801412.

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

Color convert

RGB68158-
CMYK00.990.150.73
HSL308.96º97.1%13.53%-
HSV(B)308.96º98.53%26.67%-
XYZ3.161.564.14-
YUV27.53145.2156.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 58 (23.05% from 255) = 45.67%
R=53.54%
G=0.79%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6815800.990.150.73308.9697.113.53
Hex4413A063F4913561e
Octal10417201431711146514116
Binary10001001111010011000111111100100110011010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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