#44031B

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

Shades of Blackberry #44031B

Tints of Blackberry #44031B

Color information

#44031B (or 0x44031B) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 1B. RGB value is (68,3,27). Sum of RGB (Red+Green+Blue) = 68+3+27=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #44031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44031B is #BBFCE4. Grayscale: #191919. Windows color (decimal): -12319973 or 1770308. OLE color: 1770308.

HSL color Cylindrical-coordinate representation of color #44031B: hue angle of 337.85º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44031B is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB68327-
CMYK00.960.600.73
HSL337.85º91.55%13.92%-
HSV(B)337.85º95.59%26.67%-
XYZ2.611.371.16-
YUV25.17129.03158.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 69.39%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=69.39%
G=3.06%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832700.960.600.73337.8591.5513.92
Hex4431B0603C491525ce
Octal10433301407411152213416
Binary1000100111101101100000111100100100110101001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44031B; }

 p { color: rgb(68,3,27); }

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

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

 a { background-color: rgb(68,3,27); }

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

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

 span { border-color: rgb(68,3,27); }

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