#441123

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

Shades of Blackberry #441123

Tints of Blackberry #441123

Color information

#441123 (or 0x441123) is unknown color: approx Blackberry. HEX triplet: 44, 11 and 23. RGB value is (68,17,35). Sum of RGB (Red+Green+Blue) = 68+17+35=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #441123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441123 is #BBEEDC. Grayscale: #222222. Windows color (decimal): -12316381 or 2298180. OLE color: 2298180.

HSL color Cylindrical-coordinate representation of color #441123: hue angle of 338.82º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441123 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB681735-
CMYK00.750.490.73
HSL338.82º60%16.67%-
HSV(B)338.82º75%26.67%-
XYZ2.891.751.78-
YUV34.3128.4152.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=56.67%
G=14.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68173500.750.490.73338.826016.67
Hex44112304B31491533c11
Octal10421430113611115237421
Binary10001001000110001101001011110001100100110101001111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441123; }

 p { color: rgb(68,17,35); }

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

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

 a { background-color: rgb(68,17,35); }

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

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

 span { border-color: rgb(68,17,35); }

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