#400F25

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

Shades of Blackberry #400F25

Tints of Blackberry #400F25

Color information

#400F25 (or 0x400F25) is unknown color: approx Blackberry. HEX triplet: 40, 0F and 25. RGB value is (64,15,37). Sum of RGB (Red+Green+Blue) = 64+15+37=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #400F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F25 is #BFF0DA. Grayscale: #202020. Windows color (decimal): -12579035 or 2428736. OLE color: 2428736.

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

Color convert

RGB641537-
CMYK00.770.420.75
HSL333.06º62.03%15.49%-
HSV(B)333.06º76.56%25.1%-
XYZ2.621.571.91-
YUV32.16130.73150.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=55.17%
G=12.93%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64153700.770.420.75333.0662.0315.49
Hex40F2504D2A4B14d3ef
Octal10017450115521135157617
Binary100000011111001010100110110101010010111010011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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