#44133A

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

Shades of Blackberry #44133A

Tints of Blackberry #44133A

Color information

#44133A (or 0x44133A) is unknown color: approx Blackberry. HEX triplet: 44, 13 and 3A. RGB value is (68,19,58). Sum of RGB (Red+Green+Blue) = 68+19+58=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #44133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44133A is #BBECC5. Grayscale: #252525. Windows color (decimal): -12315846 or 3806020. OLE color: 3806020.

HSL color Cylindrical-coordinate representation of color #44133A: hue angle of 312.24º 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 #44133A is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB681958-
CMYK00.720.150.73
HSL312.24º56.32%17.06%-
HSV(B)312.24º72.06%26.67%-
XYZ3.3824.21-
YUV38.1139.23149.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 58 (23.05% from 255) = 40%
R=46.90%
G=13.10%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68195800.720.150.73312.2456.3217.06
Hex44133A048F491383811
Octal10423720110171114707021
Binary100010010011111010010010001111100100110011100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44133A; }

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

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

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

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

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

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

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

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