#440A2D

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

Shades of Blackberry #440A2D

Tints of Blackberry #440A2D

Color information

#440A2D (or 0x440A2D) is unknown color: approx Blackberry. HEX triplet: 44, 0A and 2D. RGB value is (68,10,45). Sum of RGB (Red+Green+Blue) = 68+10+45=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #440A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A2D is #BBF5D2. Grayscale: #1F1F1F. Windows color (decimal): -12318163 or 2951748. OLE color: 2951748.

HSL color Cylindrical-coordinate representation of color #440A2D: hue angle of 323.79º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440A2D is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB681045-
CMYK00.850.340.73
HSL323.79º74.36%15.29%-
HSV(B)323.79º85.29%26.67%-
XYZ2.971.642.64-
YUV31.33135.72154.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=55.28%
G=8.13%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68104500.850.340.73323.7974.3615.29
Hex44A2D05522491444af
Octal104125501254211150411217
Binary1000100101010110101010101100010100100110100010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A2D; }

 p { color: rgb(68,10,45); }

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

<style>
 a { background-color: #440A2D; }

 a { background-color: rgb(68,10,45); }

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

<style>
 span { border-color: #440A2D; }

 span { border-color: rgb(68,10,45); }

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