#401123

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

Shades of Blackberry #401123

Tints of Blackberry #401123

Color information

#401123 (or 0x401123) is unknown color: approx Blackberry. HEX triplet: 40, 11 and 23. RGB value is (64,17,35). Sum of RGB (Red+Green+Blue) = 64+17+35=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401123 is #BFEEDC. Grayscale: #212121. Windows color (decimal): -12578525 or 2298176. OLE color: 2298176.

HSL color Cylindrical-coordinate representation of color #401123: hue angle of 337.02º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401123 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB641735-
CMYK00.730.450.75
HSL337.02º58.02%15.88%-
HSV(B)337.02º73.44%25.1%-
XYZ2.621.611.76-
YUV33.1129.07150.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 17 (7.03% from 255) = 14.66%
BLUE value IS 35 (14.06% from 255) = 30.17%
R=55.17%
G=14.66%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64173500.730.450.75337.0258.0215.88
Hex4011230492D4B1513a10
Octal10021430111551135217220
Binary10000001000110001101001001101101100101110101000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401123; }

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

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

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

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

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

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

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

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