#44183B

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

Shades of Blackberry #44183B

Tints of Blackberry #44183B

Color information

#44183B (or 0x44183B) is unknown color: approx Blackberry. HEX triplet: 44, 18 and 3B. RGB value is (68,24,59). Sum of RGB (Red+Green+Blue) = 68+24+59=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #44183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44183B is #BBE7C4. Grayscale: #292929. Windows color (decimal): -12314565 or 3872836. OLE color: 3872836.

HSL color Cylindrical-coordinate representation of color #44183B: hue angle of 312.27º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44183B is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB682459-
CMYK00.650.130.73
HSL312.27º47.83%18.04%-
HSV(B)312.27º64.71%26.67%-
XYZ3.52.24.38-
YUV41.15138.08147.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 59 (23.44% from 255) = 39.07%
R=45.03%
G=15.89%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68245900.650.130.73312.2747.8318.04
Hex44183B041D491383012
Octal10430730101151114706022
Binary100010011000111011010000011101100100110011100011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,24,59); }

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

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

 a { background-color: rgb(68,24,59); }

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

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

 span { border-color: rgb(68,24,59); }

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