#400119

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

Shades of Blackberry #400119

Tints of Blackberry #400119

Color information

#400119 (or 0x400119) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 19. RGB value is (64,1,25). Sum of RGB (Red+Green+Blue) = 64+1+25=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400119 is #BFFEE6. Grayscale: #161616. Windows color (decimal): -12582631 or 1638720. OLE color: 1638720.

HSL color Cylindrical-coordinate representation of color #400119: hue angle of 337.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400119 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB64125-
CMYK00.980.610.75
HSL337.14º96.92%12.75%-
HSV(B)337.14º98.44%25.1%-
XYZ2.31.181.03-
YUV22.57129.37157.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.11%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=71.11%
G=1.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412500.980.610.75337.1496.9212.75
Hex401190623D4B15161d
Octal10013101427511352114115
Binary100000011100101100010111101100101110101000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400119; }

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

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

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

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

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

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

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

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