#440921

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

Shades of Blackberry #440921

Tints of Blackberry #440921

Color information

#440921 (or 0x440921) is unknown color: approx Blackberry. HEX triplet: 44, 09 and 21. RGB value is (68,9,33). Sum of RGB (Red+Green+Blue) = 68+9+33=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #440921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440921 is #BBF6DE. Grayscale: #1D1D1D. Windows color (decimal): -12318431 or 2165060. OLE color: 2165060.

HSL color Cylindrical-coordinate representation of color #440921: hue angle of 335.59º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440921 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB68933-
CMYK00.870.510.73
HSL335.59º76.62%15.1%-
HSV(B)335.59º86.76%26.67%-
XYZ2.761.531.59-
YUV29.38130.05155.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 33 (13.28% from 255) = 30%
R=61.82%
G=8.18%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6893300.870.510.73335.5976.6215.1
Hex4492105733491504df
Octal104114101276311152011517
Binary1000100100110000101010111110011100100110101000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440921; }

 p { color: rgb(68,9,33); }

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

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

 a { background-color: rgb(68,9,33); }

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

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

 span { border-color: rgb(68,9,33); }

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