#441A2E

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

Shades of Blackberry #441A2E

Tints of Blackberry #441A2E

Color information

#441A2E (or 0x441A2E) is unknown color: approx Blackberry. HEX triplet: 44, 1A and 2E. RGB value is (68,26,46). Sum of RGB (Red+Green+Blue) = 68+26+46=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #441A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A2E is #BBE5D1. Grayscale: #282828. Windows color (decimal): -12314066 or 3021380. OLE color: 3021380.

HSL color Cylindrical-coordinate representation of color #441A2E: hue angle of 331.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A2E is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB682646-
CMYK00.620.320.73
HSL331.43º44.68%18.43%-
HSV(B)331.43º61.76%26.67%-
XYZ3.252.162.83-
YUV40.84130.91147.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=48.57%
G=18.57%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68264600.620.320.73331.4344.6818.43
Hex441A2E03E204914b2d12
Octal1043256076401115135522
Binary1000100110101011100111110100000100100110100101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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