#40192C

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

Shades of Blackberry #40192C

Tints of Blackberry #40192C

Color information

#40192C (or 0x40192C) is unknown color: approx Blackberry. HEX triplet: 40, 19 and 2C. RGB value is (64,25,44). Sum of RGB (Red+Green+Blue) = 64+25+44=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #40192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40192C is #BFE6D3. Grayscale: #262626. Windows color (decimal): -12576468 or 2890048. OLE color: 2890048.

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

Color convert

RGB642544-
CMYK00.610.310.75
HSL330.77º43.82%17.45%-
HSV(B)330.77º60.94%25.1%-
XYZ2.921.972.61-
YUV38.83130.92145.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 44 (17.58% from 255) = 33.08%
R=48.12%
G=18.80%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64254400.610.310.75330.7743.8217.45
Hex40192C03D1F4B14b2c11
Octal1003154075371135135421
Binary100000011001101100011110111111100101110100101110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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