#441A3A

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

Shades of Blackberry #441A3A

Tints of Blackberry #441A3A

Color information

#441A3A (or 0x441A3A) is unknown color: approx Blackberry. HEX triplet: 44, 1A and 3A. RGB value is (68,26,58). Sum of RGB (Red+Green+Blue) = 68+26+58=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 68 - color contains mainly: red. Hex color #441A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A3A is #BBE5C5. Grayscale: #2A2A2A. Windows color (decimal): -12314054 or 3807812. OLE color: 3807812.

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

Color convert

RGB682658-
CMYK00.620.150.73
HSL314.29º44.68%18.43%-
HSV(B)314.29º61.76%26.67%-
XYZ3.522.274.26-
YUV42.21136.91146.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=44.74%
G=17.11%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68265800.620.150.73314.2944.6818.43
Hex441A3A03EF4913a2d12
Octal1043272076171114725522
Binary10001001101011101001111101111100100110011101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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