#441327

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

Shades of Blackberry #441327

Tints of Blackberry #441327

Color information

#441327 (or 0x441327) is unknown color: approx Blackberry. HEX triplet: 44, 13 and 27. RGB value is (68,19,39). Sum of RGB (Red+Green+Blue) = 68+19+39=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441327 is #BBECD8. Grayscale: #232323. Windows color (decimal): -12315865 or 2560836. OLE color: 2560836.

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

Color convert

RGB681939-
CMYK00.720.430.73
HSL335.51º56.32%17.06%-
HSV(B)335.51º72.06%26.67%-
XYZ2.981.842.12-
YUV35.93129.73150.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=53.97%
G=15.08%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68193900.720.430.73335.5156.3217.06
Hex4413270482B491503811
Octal10423470110531115207021
Binary10001001001110011101001000101011100100110101000011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441327; }

 p { color: rgb(68,19,39); }

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

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

 a { background-color: rgb(68,19,39); }

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

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

 span { border-color: rgb(68,19,39); }

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