#40192B

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

Shades of Blackberry #40192B

Tints of Blackberry #40192B

Color information

#40192B (or 0x40192B) is unknown color: approx Blackberry. HEX triplet: 40, 19 and 2B. RGB value is (64,25,43). Sum of RGB (Red+Green+Blue) = 64+25+43=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40192B is #BFE6D4. Grayscale: #262626. Windows color (decimal): -12576469 or 2824512. OLE color: 2824512.

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

Color convert

RGB642543-
CMYK00.610.330.75
HSL332.31º43.82%17.45%-
HSV(B)332.31º60.94%25.1%-
XYZ2.91.962.51-
YUV38.71130.42146.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=48.48%
G=18.94%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64254300.610.330.75332.3143.8217.45
Hex40192B03D214B14c2c11
Octal1003153075411135145421
Binary1000000110011010110111101100001100101110100110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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