#44031D

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

Shades of Blackberry #44031D

Tints of Blackberry #44031D

Color information

#44031D (or 0x44031D) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 1D. RGB value is (68,3,29). Sum of RGB (Red+Green+Blue) = 68+3+29=100 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 68 - color contains mainly: red. Hex color #44031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44031D is #BBFCE2. Grayscale: #191919. Windows color (decimal): -12319971 or 1901380. OLE color: 1901380.

HSL color Cylindrical-coordinate representation of color #44031D: hue angle of 336º 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 #44031D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB68329-
CMYK00.960.570.73
HSL336º91.55%13.92%-
HSV(B)336º95.59%26.67%-
XYZ2.641.381.29-
YUV25.4130.03158.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68%
GREEN value IS 3 (1.56% from 255) = 3%
BLUE value IS 29 (11.72% from 255) = 29%
R=68%
G=3%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832900.960.570.7333691.5513.92
Hex4431D06039491505ce
Octal10433501407111152013416
Binary1000100111110101100000111001100100110101000010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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