#411226

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

Shades of Blackberry #411226

Tints of Blackberry #411226

Color information

#411226 (or 0x411226) is unknown color: approx Blackberry. HEX triplet: 41, 12 and 26. RGB value is (65,18,38). Sum of RGB (Red+Green+Blue) = 65+18+38=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #411226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411226 is #BEEDD9. Grayscale: #222222. Windows color (decimal): -12512730 or 2495041. OLE color: 2495041.

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

Color convert

RGB651838-
CMYK00.720.420.75
HSL334.47º56.63%16.27%-
HSV(B)334.47º72.31%25.49%-
XYZ2.751.72.02-
YUV34.33130.07149.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=53.72%
G=14.88%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65183800.720.420.75334.4756.6316.27
Hex4112260482A4B14e3910
Octal10122460110521135167120
Binary10000011001010011001001000101010100101110100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411226; }

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

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

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

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

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

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

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

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