#441D38

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

Shades of Blackberry #441D38

Tints of Blackberry #441D38

Color information

#441D38 (or 0x441D38) is unknown color: approx Blackberry. HEX triplet: 44, 1D and 38. RGB value is (68,29,56). Sum of RGB (Red+Green+Blue) = 68+29+56=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #441D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D38 is #BBE2C7. Grayscale: #2B2B2B. Windows color (decimal): -12313288 or 3677508. OLE color: 3677508.

HSL color Cylindrical-coordinate representation of color #441D38: hue angle of 318.46º 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 #441D38 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.73.

Color convert

RGB682956-
CMYK00.570.180.73
HSL318.46º40.21%19.02%-
HSV(B)318.46º57.35%26.67%-
XYZ3.542.394.02-
YUV43.74134.92145.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=44.44%
G=18.95%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68295600.570.180.73318.4640.2119.02
Hex441D38039124913e2813
Octal1043570071221114765023
Binary100010011101111000011100110010100100110011111010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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