#441D36

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

Shades of Blackberry #441D36

Tints of Blackberry #441D36

Color information

#441D36 (or 0x441D36) is unknown color: approx Blackberry. HEX triplet: 44, 1D and 36. RGB value is (68,29,54). Sum of RGB (Red+Green+Blue) = 68+29+54=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #441D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D36 is #BBE2C9. Grayscale: #2B2B2B. Windows color (decimal): -12313290 or 3546436. OLE color: 3546436.

HSL color Cylindrical-coordinate representation of color #441D36: hue angle of 321.54º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D36 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB682954-
CMYK00.570.210.73
HSL321.54º40.21%19.02%-
HSV(B)321.54º57.35%26.67%-
XYZ3.492.373.76-
YUV43.51133.92145.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=45.03%
G=19.21%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68295400.570.210.73321.5440.2119.02
Hex441D3603915491422813
Octal1043566071251115025023
Binary100010011101110110011100110101100100110100001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D36; }

 p { color: rgb(68,29,54); }

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

<style>
 a { background-color: #441D36; }

 a { background-color: rgb(68,29,54); }

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

<style>
 span { border-color: #441D36; }

 span { border-color: rgb(68,29,54); }

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