#400E2F

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

Shades of Blackberry #400E2F

Tints of Blackberry #400E2F

Color information

#400E2F (or 0x400E2F) is unknown color: approx Blackberry. HEX triplet: 40, 0E and 2F. RGB value is (64,14,47). Sum of RGB (Red+Green+Blue) = 64+14+47=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E2F is #BFF1D0. Grayscale: #202020. Windows color (decimal): -12579281 or 3083840. OLE color: 3083840.

HSL color Cylindrical-coordinate representation of color #400E2F: hue angle of 320.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E2F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB641447-
CMYK00.780.270.75
HSL320.4º64.1%15.29%-
HSV(B)320.4º78.12%25.1%-
XYZ2.781.612.85-
YUV32.71136.06150.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 14 (5.86% from 255) = 11.2%
BLUE value IS 47 (18.75% from 255) = 37.6%
R=51.2%
G=11.2%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64144700.780.270.75320.464.115.29
Hex40E2F04E1B4B14040f
Octal100165701163311350010017
Binary100000011101011110100111011011100101110100000010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400E2F; }

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

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

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

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

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

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

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

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