#44012F

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

Shades of Blackberry #44012F

Tints of Blackberry #44012F

Color information

#44012F (or 0x44012F) is unknown color: approx Blackberry. HEX triplet: 44, 01 and 2F. RGB value is (68,1,47). Sum of RGB (Red+Green+Blue) = 68+1+47=116 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.62% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 68 - color contains mainly: red. Hex color #44012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44012F is #BBFED0. Grayscale: #1A1A1A. Windows color (decimal): -12320465 or 3080516. OLE color: 3080516.

HSL color Cylindrical-coordinate representation of color #44012F: hue angle of 318.81º 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 #44012F is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB68147-
CMYK00.990.310.73
HSL318.81º97.1%13.53%-
HSV(B)318.81º98.53%26.67%-
XYZ2.911.462.82-
YUV26.28139.7157.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.62%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 47 (18.75% from 255) = 40.52%
R=58.62%
G=0.86%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6814700.990.310.73318.8197.113.53
Hex4412F0631F4913f61e
Octal10415701433711147714116
Binary100010011011110110001111111100100110011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44012F; }

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

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

<style>
 a { background-color: #44012F; }

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

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

<style>
 span { border-color: #44012F; }

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

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