#400327

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

Shades of Blackberry #400327

Tints of Blackberry #400327

Color information

#400327 (or 0x400327) is unknown color: approx Blackberry. HEX triplet: 40, 03 and 27. RGB value is (64,3,39). Sum of RGB (Red+Green+Blue) = 64+3+39=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 3 (1.56% from 255 or 2.83% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400327 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400327 is #BFFCD8. Grayscale: #191919. Windows color (decimal): -12582105 or 2556736. OLE color: 2556736.

HSL color Cylindrical-coordinate representation of color #400327: hue angle of 324.59º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400327 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB64339-
CMYK00.950.390.75
HSL324.59º91.04%13.14%-
HSV(B)324.59º95.31%25.1%-
XYZ2.511.32.04-
YUV25.34135.71155.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 3 (1.56% from 255) = 2.83%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=60.38%
G=2.83%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6433900.950.390.75324.5991.0413.14
Hex4032705F274B1455bd
Octal10034701374711350513315
Binary10000001110011101011111100111100101110100010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400327; }

 p { color: rgb(64,3,39); }

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

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

 a { background-color: rgb(64,3,39); }

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

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

 span { border-color: rgb(64,3,39); }

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