#401234

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

Shades of Blackberry #401234

Tints of Blackberry #401234

Color information

#401234 (or 0x401234) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 34. RGB value is (64,18,52). Sum of RGB (Red+Green+Blue) = 64+18+52=134 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.76% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 64 - color contains mainly: red. Hex color #401234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401234 is #BFEDCB. Grayscale: #232323. Windows color (decimal): -12578252 or 3412544. OLE color: 3412544.

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

Color convert

RGB641852-
CMYK00.720.190.75
HSL315.65º56.1%16.08%-
HSV(B)315.65º71.88%25.1%-
XYZ2.951.773.44-
YUV35.63137.24148.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.76%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=47.76%
G=13.43%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64185200.720.190.75315.6556.116.08
Hex401234048134B13c3810
Octal10022640110231134747020
Binary1000000100101101000100100010011100101110011110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401234; }

 p { color: rgb(64,18,52); }

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

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

 a { background-color: rgb(64,18,52); }

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

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

 span { border-color: rgb(64,18,52); }

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