#400131

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

Shades of Blackberry #400131

Tints of Blackberry #400131

Color information

#400131 (or 0x400131) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 31. RGB value is (64,1,49). Sum of RGB (Red+Green+Blue) = 64+1+49=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #400131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400131 is #BFFECE. Grayscale: #191919. Windows color (decimal): -12582607 or 3211584. OLE color: 3211584.

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

Color convert

RGB64149-
CMYK00.980.230.75
HSL314.29º96.92%12.75%-
HSV(B)314.29º98.44%25.1%-
XYZ2.681.333.02-
YUV25.31141.37155.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=56.14%
G=0.88%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414900.980.230.75314.2996.9212.75
Hex40131062174B13a61d
Octal10016101422711347214115
Binary100000011100010110001010111100101110011101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400131; }

 p { color: rgb(64,1,49); }

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

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

 a { background-color: rgb(64,1,49); }

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

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

 span { border-color: rgb(64,1,49); }

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