#400F37

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

Shades of Blackberry #400F37

Tints of Blackberry #400F37

Color information

#400F37 (or 0x400F37) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 37. RGB value is (64,15,55). Sum of RGB (Red+Green+Blue) = 64+15+55=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #400F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F37 is #BFF0C8. Grayscale: #222222. Windows color (decimal): -12579017 or 3608384. OLE color: 3608384.

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

Color convert

RGB641555-
CMYK00.770.140.75
HSL311.02º62.03%15.49%-
HSV(B)311.02º76.56%25.1%-
XYZ2.971.713.79-
YUV34.21139.73149.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 55 (21.88% from 255) = 41.04%
R=47.76%
G=11.19%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64155500.770.140.75311.0262.0315.49
Hex40F3704DE4B1373ef
Octal10017670115161134677617
Binary1000000111111011101001101111010010111001101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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