#410423

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

Shades of Blackberry #410423

Tints of Blackberry #410423

Color information

#410423 (or 0x410423) is unknown color: approx Blackberry. HEX triplet: 41, 04 and 23. RGB value is (65,4,35). Sum of RGB (Red+Green+Blue) = 65+4+35=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410423 is #BEFBDC. Grayscale: #191919. Windows color (decimal): -12516317 or 2294849. OLE color: 2294849.

HSL color Cylindrical-coordinate representation of color #410423: hue angle of 329.51º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410423 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB65435-
CMYK00.940.460.75
HSL329.51º88.41%13.53%-
HSV(B)329.51º93.85%25.49%-
XYZ2.531.331.71-
YUV25.77133.21155.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 62.5%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 35 (14.06% from 255) = 33.65%
R=62.5%
G=3.85%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6543500.940.460.75329.5188.4113.53
Hex4142305E2E4B14a58e
Octal10144301365611351213016
Binary100000110010001101011110101110100101110100101010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410423; }

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

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

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

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

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

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

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

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