#400F2B

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

Shades of Blackberry #400F2B

Tints of Blackberry #400F2B

Color information

#400F2B (or 0x400F2B) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 2B. RGB value is (64,15,43). Sum of RGB (Red+Green+Blue) = 64+15+43=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #400F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F2B is #BFF0D4. Grayscale: #202020. Windows color (decimal): -12579029 or 2821952. OLE color: 2821952.

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

Color convert

RGB641543-
CMYK00.770.330.75
HSL325.71º62.03%15.49%-
HSV(B)325.71º76.56%25.1%-
XYZ2.721.612.45-
YUV32.84133.73150.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 15 (6.25% from 255) = 12.30%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=52.46%
G=12.30%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64154300.770.330.75325.7162.0315.49
Hex40F2B04D214B1463ef
Octal10017530115411135067617
Binary100000011111010110100110110000110010111010001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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