#40061E

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

Shades of Blackberry #40061E

Tints of Blackberry #40061E

Color information

#40061E (or 0x40061E) is unknown color: approx Blackberry. HEX triplet: 40, 06 and 1E. RGB value is (64,6,30). Sum of RGB (Red+Green+Blue) = 64+6+30=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #40061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40061E is #BFF9E1. Grayscale: #1A1A1A. Windows color (decimal): -12581346 or 1967680. OLE color: 1967680.

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

Color convert

RGB64630-
CMYK00.910.530.75
HSL335.17º82.86%13.73%-
HSV(B)335.17º90.62%25.1%-
XYZ2.411.311.35-
YUV26.08130.22155.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 30 (12.11% from 255) = 30%
R=64%
G=6%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6463000.910.530.75335.1782.8613.73
Hex4061E05B354B14f53e
Octal10063601336511351712316
Binary10000001101111001011011110101100101110100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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