#440325

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

Shades of Blackberry #440325

Tints of Blackberry #440325

Color information

#440325 (or 0x440325) is unknown color: approx Blackberry. HEX triplet: 44, 03 and 25. RGB value is (68,3,37). Sum of RGB (Red+Green+Blue) = 68+3+37=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 37 (14.84% from 255 or 34.26% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #440325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440325 is #BBFCDA. Grayscale: #1A1A1A. Windows color (decimal): -12319963 or 2425668. OLE color: 2425668.

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

Color convert

RGB68337-
CMYK00.960.460.73
HSL328.62º91.55%13.92%-
HSV(B)328.62º95.59%26.67%-
XYZ2.751.431.88-
YUV26.31134.03157.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 37 (14.84% from 255) = 34.26%
R=62.96%
G=2.78%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6833700.960.460.73328.6291.5513.92
Hex443250602E491495ce
Octal10434501405611151113416
Binary10001001110010101100000101110100100110100100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440325; }

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

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

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

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

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

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

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

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