#400123

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

Shades of Blackberry #400123

Tints of Blackberry #400123

Color information

#400123 (or 0x400123) is unknown color: approx Blackberry. HEX triplet: 40, 01 and 23. RGB value is (64,1,35). Sum of RGB (Red+Green+Blue) = 64+1+35=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #400123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400123 is #BFFEDC. Grayscale: #171717. Windows color (decimal): -12582621 or 2294080. OLE color: 2294080.

HSL color Cylindrical-coordinate representation of color #400123: hue angle of 327.62º 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 #400123 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB64135-
CMYK00.980.450.75
HSL327.62º96.92%12.75%-
HSV(B)327.62º98.44%25.1%-
XYZ2.431.231.7-
YUV23.71134.37156.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 35 (14.06% from 255) = 35%
R=64%
G=1%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6413500.980.450.75327.6296.9212.75
Hex401230622D4B14861d
Octal10014301425511351014115
Binary1000000110001101100010101101100101110100100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400123; }

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

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

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

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

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

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

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

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