#440B29

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

Shades of Blackberry #440B29

Tints of Blackberry #440B29

Color information

#440B29 (or 0x440B29) is unknown color: approx Blackberry. HEX triplet: 44, 0B and 29. RGB value is (68,11,41). Sum of RGB (Red+Green+Blue) = 68+11+41=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #440B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440B29 is #BBF4D6. Grayscale: #1F1F1F. Windows color (decimal): -12317911 or 2689860. OLE color: 2689860.

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

Color convert

RGB681141-
CMYK00.840.400.73
HSL328.42º72.15%15.49%-
HSV(B)328.42º83.82%26.67%-
XYZ2.91.632.26-
YUV31.46133.38154.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 41 (16.41% from 255) = 34.17%
R=56.67%
G=9.17%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68114100.840.400.73328.4272.1515.49
Hex44B29054284914848f
Octal104135101245011151011017
Binary1000100101110100101010100101000100100110100100010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,11,41); }

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

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

 a { background-color: rgb(68,11,41); }

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

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

 span { border-color: rgb(68,11,41); }

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