#44182E

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

Shades of Blackberry #44182E

Tints of Blackberry #44182E

Color information

#44182E (or 0x44182E) is unknown color: approx Blackberry. HEX triplet: 44, 18 and 2E. RGB value is (68,24,46). Sum of RGB (Red+Green+Blue) = 68+24+46=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44182E is #BBE7D1. Grayscale: #272727. Windows color (decimal): -12314578 or 3020868. OLE color: 3020868.

HSL color Cylindrical-coordinate representation of color #44182E: hue angle of 330º 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 #44182E is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB682446-
CMYK00.650.320.73
HSL330º47.83%18.04%-
HSV(B)330º64.71%26.67%-
XYZ3.22.082.82-
YUV39.66131.58148.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=49.28%
G=17.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68244600.650.320.7333047.8318.04
Hex44182E041204914a3012
Octal10430560101401115126022
Binary10001001100010111001000001100000100100110100101011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44182E; }

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

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

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

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

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

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

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

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