#400F27

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

Shades of Blackberry #400F27

Tints of Blackberry #400F27

Color information

#400F27 (or 0x400F27) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 27. RGB value is (64,15,39). Sum of RGB (Red+Green+Blue) = 64+15+39=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #400F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F27 is #BFF0D8. Grayscale: #202020. Windows color (decimal): -12579033 or 2559808. OLE color: 2559808.

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

Color convert

RGB641539-
CMYK00.770.390.75
HSL330.61º62.03%15.49%-
HSV(B)330.61º76.56%25.1%-
XYZ2.651.582.08-
YUV32.39131.73150.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 15 (6.25% from 255) = 12.71%
BLUE value IS 39 (15.62% from 255) = 33.05%
R=54.24%
G=12.71%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64153900.770.390.75330.6162.0315.49
Hex40F2704D274B14b3ef
Octal10017470115471135137617
Binary100000011111001110100110110011110010111010010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,15,39); }

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

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

 a { background-color: rgb(64,15,39); }

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

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

 span { border-color: rgb(64,15,39); }

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