#410123

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

Shades of Blackberry #410123

Tints of Blackberry #410123

Color information

#410123 (or 0x410123) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 23. RGB value is (65,1,35). Sum of RGB (Red+Green+Blue) = 65+1+35=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 35 (14.06% from 255 or 34.65% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #410123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410123 is #BEFEDC. Grayscale: #171717. Windows color (decimal): -12517085 or 2294081. OLE color: 2294081.

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

Color convert

RGB65135-
CMYK00.980.460.75
HSL328.12º96.97%12.94%-
HSV(B)328.12º98.46%25.49%-
XYZ2.491.271.7-
YUV24.01134.2157.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 1 (0.78% from 255) = 0.99%
BLUE value IS 35 (14.06% from 255) = 34.65%
R=64.36%
G=0.99%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6513500.980.460.75328.1296.9712.94
Hex411230622E4B14861d
Octal10114301425611351014115
Binary1000001110001101100010101110100101110100100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410123; }

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

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

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

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

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

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

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

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