#40012F

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

Shades of Blackberry #40012F

Tints of Blackberry #40012F

Color information

#40012F (or 0x40012F) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 2F. RGB value is (64,1,47). Sum of RGB (Red+Green+Blue) = 64+1+47=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40012F is #BFFED0. Grayscale: #181818. Windows color (decimal): -12582609 or 3080512. OLE color: 3080512.

HSL color Cylindrical-coordinate representation of color #40012F: hue angle of 316.19º 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 #40012F is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB64147-
CMYK00.980.270.75
HSL316.19º96.92%12.75%-
HSV(B)316.19º98.44%25.1%-
XYZ2.641.322.8-
YUV25.08140.37155.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 47 (18.75% from 255) = 41.96%
R=57.14%
G=0.89%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6414700.980.270.75316.1996.9212.75
Hex4012F0621B4B13c61d
Octal10015701423311347414115
Binary100000011011110110001011011100101110011110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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