#40172C

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

Shades of Blackberry #40172C

Tints of Blackberry #40172C

Color information

#40172C (or 0x40172C) is unknown color: approx Blackberry. HEX triplet: 40, 17 and 2C. RGB value is (64,23,44). Sum of RGB (Red+Green+Blue) = 64+23+44=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40172C is #BFE8D3. Grayscale: #252525. Windows color (decimal): -12576980 or 2889536. OLE color: 2889536.

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

Color convert

RGB642344-
CMYK00.640.310.75
HSL329.27º47.13%17.06%-
HSV(B)329.27º64.06%25.1%-
XYZ2.881.882.6-
YUV37.65131.58146.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 23 (9.38% from 255) = 17.56%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=48.85%
G=17.56%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64234400.640.310.75329.2747.1317.06
Hex40172C0401F4B1492f11
Octal10027540100371135115721
Binary1000000101111011000100000011111100101110100100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40172C; }

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

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

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

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

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

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

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

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