#40192D

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

Shades of Blackberry #40192D

Tints of Blackberry #40192D

Color information

#40192D (or 0x40192D) is unknown color: approx Blackberry. HEX triplet: 40, 19 and 2D. RGB value is (64,25,45). Sum of RGB (Red+Green+Blue) = 64+25+45=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #40192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40192D is #BFE6D2. Grayscale: #262626. Windows color (decimal): -12576467 or 2955584. OLE color: 2955584.

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

Color convert

RGB642545-
CMYK00.610.300.75
HSL329.23º43.82%17.45%-
HSV(B)329.23º60.94%25.1%-
XYZ2.941.972.71-
YUV38.94131.42145.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 45 (17.97% from 255) = 33.58%
R=47.76%
G=18.66%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64254500.610.300.75329.2343.8217.45
Hex40192D03D1E4B1492c11
Octal1003155075361135115421
Binary100000011001101101011110111110100101110100100110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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