#410126

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

Shades of Blackberry #410126

Tints of Blackberry #410126

Color information

#410126 (or 0x410126) is unknown color: approx Blackberry. HEX triplet: 41, 01 and 26. RGB value is (65,1,38). Sum of RGB (Red+Green+Blue) = 65+1+38=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410126 is #BEFED9. Grayscale: #181818. Windows color (decimal): -12517082 or 2490689. OLE color: 2490689.

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

Color convert

RGB65138-
CMYK00.980.420.75
HSL325.31º96.97%12.94%-
HSV(B)325.31º98.46%25.49%-
XYZ2.541.291.95-
YUV24.35135.7156.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 62.5%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=62.5%
G=0.96%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6513800.980.420.75325.3196.9712.94
Hex411260622A4B14561d
Octal10114601425211350514115
Binary1000001110011001100010101010100101110100010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410126; }

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

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

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

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

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

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

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

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