#401031

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

Shades of Blackberry #401031

Tints of Blackberry #401031

Color information

#401031 (or 0x401031) is unknown color: approx Blackberry. HEX triplet: 40, 10 and 31. RGB value is (64,16,49). Sum of RGB (Red+Green+Blue) = 64+16+49=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #401031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401031 is #BFEFCE. Grayscale: #222222. Windows color (decimal): -12578767 or 3215424. OLE color: 3215424.

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

Color convert

RGB641649-
CMYK00.750.230.75
HSL318.75º60%15.69%-
HSV(B)318.75º75%25.1%-
XYZ2.851.683.08-
YUV34.11136.4149.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 16 (6.64% from 255) = 12.40%
BLUE value IS 49 (19.53% from 255) = 37.98%
R=49.61%
G=12.40%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64164900.750.230.75318.756015.69
Hex40103104B174B13f3c10
Octal10020610113271134777420
Binary1000000100001100010100101110111100101110011111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401031; }

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

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

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

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

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

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

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

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