#401731

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

Shades of Blackberry #401731

Tints of Blackberry #401731

Color information

#401731 (or 0x401731) is unknown color: approx Blackberry. HEX triplet: 40, 17 and 31. RGB value is (64,23,49). Sum of RGB (Red+Green+Blue) = 64+23+49=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #401731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401731 is #BFE8CE. Grayscale: #262626. Windows color (decimal): -12576975 or 3217216. OLE color: 3217216.

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

Color convert

RGB642349-
CMYK00.640.230.75
HSL321.95º47.13%17.06%-
HSV(B)321.95º64.06%25.1%-
XYZ2.981.923.12-
YUV38.22134.08146.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 23 (9.38% from 255) = 16.91%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=47.06%
G=16.91%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64234900.640.230.75321.9547.1317.06
Hex401731040174B1422f11
Octal10027610100271135025721
Binary1000000101111100010100000010111100101110100001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401731; }

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

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

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

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

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

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

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

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