#440625

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

Shades of Blackberry #440625

Tints of Blackberry #440625

Color information

#440625 (or 0x440625) is unknown color: approx Blackberry. HEX triplet: 44, 06 and 25. RGB value is (68,6,37). Sum of RGB (Red+Green+Blue) = 68+6+37=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #440625 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440625 is #BBF9DA. Grayscale: #1C1C1C. Windows color (decimal): -12319195 or 2426436. OLE color: 2426436.

HSL color Cylindrical-coordinate representation of color #440625: hue angle of 330º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440625 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB68637-
CMYK00.910.460.73
HSL330º83.78%14.51%-
HSV(B)330º91.18%26.67%-
XYZ2.781.491.89-
YUV28.07133.04156.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.26%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 37 (14.84% from 255) = 33.33%
R=61.26%
G=5.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6863700.910.460.7333083.7814.51
Hex4462505B2E4914a54f
Octal10464501335611151212417
Binary100010011010010101011011101110100100110100101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440625; }

 p { color: rgb(68,6,37); }

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

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

 a { background-color: rgb(68,6,37); }

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

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

 span { border-color: rgb(68,6,37); }

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