#441B2E

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

Shades of Blackberry #441B2E

Tints of Blackberry #441B2E

Color information

#441B2E (or 0x441B2E) is unknown color: approx Blackberry. HEX triplet: 44, 1B and 2E. RGB value is (68,27,46). Sum of RGB (Red+Green+Blue) = 68+27+46=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #441B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B2E is #BBE4D1. Grayscale: #292929. Windows color (decimal): -12313810 or 3021636. OLE color: 3021636.

HSL color Cylindrical-coordinate representation of color #441B2E: hue angle of 332.2º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B2E is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB682746-
CMYK00.600.320.73
HSL332.2º43.16%18.63%-
HSV(B)332.2º60.29%26.67%-
XYZ3.272.212.84-
YUV41.42130.58146.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 46 (18.36% from 255) = 32.62%
R=48.23%
G=19.15%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68274600.600.320.73332.243.1618.63
Hex441B2E03C204914c2b13
Octal1043356074401115145323
Binary1000100110111011100111100100000100100110100110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,27,46); }

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

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

 a { background-color: rgb(68,27,46); }

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

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

 span { border-color: rgb(68,27,46); }

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