#400925

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

Shades of Blackberry #400925

Tints of Blackberry #400925

Color information

#400925 (or 0x400925) is unknown color: approx Blackberry. HEX triplet: 40, 09 and 25. RGB value is (64,9,37). Sum of RGB (Red+Green+Blue) = 64+9+37=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #400925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400925 is #BFF6DA. Grayscale: #1C1C1C. Windows color (decimal): -12580571 or 2427200. OLE color: 2427200.

HSL color Cylindrical-coordinate representation of color #400925: hue angle of 329.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400925 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB64937-
CMYK00.860.420.75
HSL329.45º75.34%14.31%-
HSV(B)329.45º85.94%25.1%-
XYZ2.551.421.89-
YUV28.64132.72153.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=58.18%
G=8.18%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6493700.860.420.75329.4575.3414.31
Hex409250562A4B1494be
Octal100114501265211351111316
Binary1000000100110010101010110101010100101110100100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400925; }

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

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

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

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

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

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

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

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