#40192E

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

Shades of Blackberry #40192E

Tints of Blackberry #40192E

Color information

#40192E (or 0x40192E) is unknown color: approx Blackberry. HEX triplet: 40, 19 and 2E. RGB value is (64,25,46). Sum of RGB (Red+Green+Blue) = 64+25+46=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #40192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40192E is #BFE6D1. Grayscale: #272727. Windows color (decimal): -12576466 or 3021120. OLE color: 3021120.

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

Color convert

RGB642546-
CMYK00.610.280.75
HSL327.69º43.82%17.45%-
HSV(B)327.69º60.94%25.1%-
XYZ2.961.982.81-
YUV39.06131.92145.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=47.41%
G=18.52%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64254600.610.280.75327.6943.8217.45
Hex40192E03D1C4B1482c11
Octal1003156075341135105421
Binary100000011001101110011110111100100101110100100010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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