#40172A

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

Shades of Blackberry #40172A

Tints of Blackberry #40172A

Color information

#40172A (or 0x40172A) is unknown color: approx Blackberry. HEX triplet: 40, 17 and 2A. RGB value is (64,23,42). Sum of RGB (Red+Green+Blue) = 64+23+42=129 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.61% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 64 - color contains mainly: red. Hex color #40172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40172A is #BFE8D5. Grayscale: #252525. Windows color (decimal): -12576982 or 2758464. OLE color: 2758464.

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

Color convert

RGB642342-
CMYK00.640.340.75
HSL332.2º47.13%17.06%-
HSV(B)332.2º64.06%25.1%-
XYZ2.841.872.4-
YUV37.42130.58146.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 49.61%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=49.61%
G=17.83%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64234200.640.340.75332.247.1317.06
Hex40172A040224B14c2f11
Octal10027520100421135145721
Binary10000001011110101001000000100010100101110100110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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