#40091F

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

Shades of Blackberry #40091F

Tints of Blackberry #40091F

Color information

#40091F (or 0x40091F) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 1F. RGB value is (64,9,31). Sum of RGB (Red+Green+Blue) = 64+9+31=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #40091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40091F is #BFF6E0. Grayscale: #1B1B1B. Windows color (decimal): -12580577 or 2033984. OLE color: 2033984.

HSL color Cylindrical-coordinate representation of color #40091F: hue angle of 336º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40091F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB64931-
CMYK00.860.520.75
HSL336º75.34%14.31%-
HSV(B)336º85.94%25.1%-
XYZ2.461.381.43-
YUV27.95129.72153.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=61.54%
G=8.65%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6493100.860.520.7533675.3414.31
Hex4091F056344B1504be
Octal100113701266411352011316
Binary100000010011111101010110110100100101110101000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,9,31); }

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

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

 a { background-color: rgb(64,9,31); }

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

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

 span { border-color: rgb(64,9,31); }

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