#440F3A

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

Shades of Blackberry #440F3A

Tints of Blackberry #440F3A

Color information

#440F3A (or 0x440F3A) is unknown color: approx Blackberry. HEX triplet: 44, 0F and 3A. RGB value is (68,15,58). Sum of RGB (Red+Green+Blue) = 68+15+58=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #440F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440F3A is #BBF0C5. Grayscale: #232323. Windows color (decimal): -12316870 or 3804996. OLE color: 3804996.

HSL color Cylindrical-coordinate representation of color #440F3A: hue angle of 311.32º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #440F3A is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB681558-
CMYK00.780.150.73
HSL311.32º63.86%16.27%-
HSV(B)311.32º77.94%26.67%-
XYZ3.321.884.19-
YUV35.75140.56151-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 15 (6.25% from 255) = 10.64%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=48.23%
G=10.64%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68155800.780.150.73311.3263.8616.27
Hex44F3A04EF491374010
Octal104177201161711146710020
Binary100010011111110100100111011111001001100110111100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440F3A; }

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

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

<style>
 a { background-color: #440F3A; }

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

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

<style>
 span { border-color: #440F3A; }

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

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