#401732

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

Shades of Blackberry #401732

Tints of Blackberry #401732

Color information

#401732 (or 0x401732) is unknown color: approx Blackberry. HEX triplet: 40, 17 and 32. RGB value is (64,23,50). Sum of RGB (Red+Green+Blue) = 64+23+50=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401732 is #BFE8CD. Grayscale: #262626. Windows color (decimal): -12576974 or 3282752. OLE color: 3282752.

HSL color Cylindrical-coordinate representation of color #401732: hue angle of 320.49º 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 #401732 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB642350-
CMYK00.640.220.75
HSL320.49º47.13%17.06%-
HSV(B)320.49º64.06%25.1%-
XYZ31.933.23-
YUV38.34134.58146.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.72%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=46.72%
G=16.79%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64235000.640.220.75320.4947.1317.06
Hex401732040164B1402f11
Octal10027620100261135005721
Binary1000000101111100100100000010110100101110100000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401732; }

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

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

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

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

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

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

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

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