#41102A

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

Shades of Blackberry #41102A

Tints of Blackberry #41102A

Color information

#41102A (or 0x41102A) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 2A. RGB value is (65,16,42). Sum of RGB (Red+Green+Blue) = 65+16+42=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #41102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41102A is #BEEFD5. Grayscale: #212121. Windows color (decimal): -12513238 or 2756673. OLE color: 2756673.

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

Color convert

RGB651642-
CMYK00.750.350.75
HSL328.16º60.49%15.88%-
HSV(B)328.16º75.38%25.49%-
XYZ2.781.662.36-
YUV33.61132.73150.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 42 (16.80% from 255) = 34.15%
R=52.85%
G=13.01%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65164200.750.350.75328.1660.4915.88
Hex41102A04B234B1483c10
Octal10120520113431135107420
Binary10000011000010101001001011100011100101110100100011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41102A; }

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

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

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

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

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

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

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

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