#40192F

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

Shades of Blackberry #40192F

Tints of Blackberry #40192F

Color information

#40192F (or 0x40192F) is unknown color: approx Blackberry. HEX triplet: 40, 19 and 2F. RGB value is (64,25,47). Sum of RGB (Red+Green+Blue) = 64+25+47=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #40192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40192F is #BFE6D0. Grayscale: #272727. Windows color (decimal): -12576465 or 3086656. OLE color: 3086656.

HSL color Cylindrical-coordinate representation of color #40192F: hue angle of 326.15º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40192F is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB642547-
CMYK00.610.270.75
HSL326.15º43.82%17.45%-
HSV(B)326.15º60.94%25.1%-
XYZ2.981.992.92-
YUV39.17132.42145.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.06%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=47.06%
G=18.38%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64254700.610.270.75326.1543.8217.45
Hex40192F03D1B4B1462c11
Octal1003157075331135065421
Binary100000011001101111011110111011100101110100011010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40192F; }

 p { color: rgb(64,25,47); }

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

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

 a { background-color: rgb(64,25,47); }

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

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

 span { border-color: rgb(64,25,47); }

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