#40061D

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

Shades of Blackberry #40061D

Tints of Blackberry #40061D

Color information

#40061D (or 0x40061D) is unknown color: approx Blackberry. HEX triplet: 40, 06 and 1D. RGB value is (64,6,29). Sum of RGB (Red+Green+Blue) = 64+6+29=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #40061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40061D is #BFF9E2. Grayscale: #191919. Windows color (decimal): -12581347 or 1902144. OLE color: 1902144.

HSL color Cylindrical-coordinate representation of color #40061D: hue angle of 336.21º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40061D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB64629-
CMYK00.910.550.75
HSL336.21º82.86%13.73%-
HSV(B)336.21º90.62%25.1%-
XYZ2.41.311.29-
YUV25.96129.72155.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=64.65%
G=6.06%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6462900.910.550.75336.2182.8613.73
Hex4061D05B374B15053e
Octal10063501336711352012316
Binary10000001101110101011011110111100101110101000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,6,29); }

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

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

 a { background-color: rgb(64,6,29); }

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

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

 span { border-color: rgb(64,6,29); }

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