#400125

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

Shades of Blackberry #400125

Tints of Blackberry #400125

Color information

#400125 (or 0x400125) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 25. RGB value is (64,1,37). Sum of RGB (Red+Green+Blue) = 64+1+37=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400125 is #BFFEDA. Grayscale: #171717. Windows color (decimal): -12582619 or 2425152. OLE color: 2425152.

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

Color convert

RGB64137-
CMYK00.980.420.75
HSL325.71º96.92%12.75%-
HSV(B)325.71º98.44%25.1%-
XYZ2.461.251.86-
YUV23.94135.37156.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=62.75%
G=0.98%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413700.980.420.75325.7196.9212.75
Hex401250622A4B14661d
Octal10014501425211350614115
Binary1000000110010101100010101010100101110100011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400125; }

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

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

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

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

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

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

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

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