#41102D

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

Shades of Blackberry #41102D

Tints of Blackberry #41102D

Color information

#41102D (or 0x41102D) is unknown color: approx Blackberry. HEX triplet: 41, 10 and 2D. RGB value is (65,16,45). Sum of RGB (Red+Green+Blue) = 65+16+45=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41102D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41102D is #BEEFD2. Grayscale: #212121. Windows color (decimal): -12513235 or 2953281. OLE color: 2953281.

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

Color convert

RGB651645-
CMYK00.750.310.75
HSL324.49º60.49%15.88%-
HSV(B)324.49º75.38%25.49%-
XYZ2.841.682.66-
YUV33.96134.23150.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 45 (17.97% from 255) = 35.71%
R=51.59%
G=12.70%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65164500.750.310.75324.4960.4915.88
Hex41102D04B1F4B1443c10
Octal10120550113371135047420
Binary1000001100001011010100101111111100101110100010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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