#400F2E

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

Shades of Blackberry #400F2E

Tints of Blackberry #400F2E

Color information

#400F2E (or 0x400F2E) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 2E. RGB value is (64,15,46). Sum of RGB (Red+Green+Blue) = 64+15+46=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #400F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F2E is #BFF0D1. Grayscale: #212121. Windows color (decimal): -12579026 or 3018560. OLE color: 3018560.

HSL color Cylindrical-coordinate representation of color #400F2E: hue angle of 322.04º 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 #400F2E is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB641546-
CMYK00.770.280.75
HSL322.04º62.03%15.49%-
HSV(B)322.04º76.56%25.1%-
XYZ2.781.632.75-
YUV33.18135.23149.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 15 (6.25% from 255) = 12%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=51.2%
G=12%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64154600.770.280.75322.0462.0315.49
Hex40F2E04D1C4B1423ef
Octal10017560115341135027617
Binary10000001111101110010011011110010010111010000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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