#400F2A

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

Shades of Blackberry #400F2A

Tints of Blackberry #400F2A

Color information

#400F2A (or 0x400F2A) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 2A. RGB value is (64,15,42). Sum of RGB (Red+Green+Blue) = 64+15+42=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #400F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F2A is #BFF0D5. Grayscale: #202020. Windows color (decimal): -12579030 or 2756416. OLE color: 2756416.

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

Color convert

RGB641542-
CMYK00.770.340.75
HSL326.94º62.03%15.49%-
HSV(B)326.94º76.56%25.1%-
XYZ2.71.62.36-
YUV32.73133.23150.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=52.89%
G=12.40%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64154200.770.340.75326.9462.0315.49
Hex40F2A04D224B1473ef
Octal10017520115421135077617
Binary100000011111010100100110110001010010111010001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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