#400019

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

Shades of Blackberry #400019

Tints of Blackberry #400019

Color information

#400019 (or 0x400019) is unknown color: approx Blackberry. HEX triplet: 40, 00 and 19. RGB value is (64,0,25). Sum of RGB (Red+Green+Blue) = 64+0+25=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400019 is #BFFFE6. Grayscale: #151515. Windows color (decimal): -12582887 or 1638464. OLE color: 1638464.

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

Color convert

RGB64025-
CMYK010.610.75
HSL336.56º100%12.55%-
HSV(B)336.56º100%25.1%-
XYZ2.291.161.02-
YUV21.99129.7157.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=71.91%
G=0%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64025010.610.75336.5610012.55
Hex400190643D4B15164d
Octal10003101447511352114415
Binary100000001100101100100111101100101110101000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400019; }

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

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

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

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

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

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

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

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