#411029

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

Shades of Blackberry #411029

Tints of Blackberry #411029

Color information

#411029 (or 0x411029) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 29. RGB value is (65,16,41). Sum of RGB (Red+Green+Blue) = 65+16+41=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #411029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411029 is #BEEFD6. Grayscale: #212121. Windows color (decimal): -12513239 or 2691137. OLE color: 2691137.

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

Color convert

RGB651641-
CMYK00.750.370.75
HSL329.39º60.49%15.88%-
HSV(B)329.39º75.38%25.49%-
XYZ2.771.652.27-
YUV33.5132.23150.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 16 (6.64% from 255) = 13.11%
BLUE value IS 41 (16.41% from 255) = 33.61%
R=53.28%
G=13.11%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65164100.750.370.75329.3960.4915.88
Hex41102904B254B1493c10
Octal10120510113451135117420
Binary10000011000010100101001011100101100101110100100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411029; }

 p { color: rgb(65,16,41); }

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

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

 a { background-color: rgb(65,16,41); }

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

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

 span { border-color: rgb(65,16,41); }

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