#41061D

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

Shades of Blackberry #41061D

Tints of Blackberry #41061D

Color information

#41061D (or 0x41061D) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 1D. RGB value is (65,6,29). Sum of RGB (Red+Green+Blue) = 65+6+29=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 29 (11.72% from 255 or 29% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #41061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41061D is #BEF9E2. Grayscale: #1A1A1A. Windows color (decimal): -12515811 or 1902145. OLE color: 1902145.

HSL color Cylindrical-coordinate representation of color #41061D: hue angle of 336.61º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41061D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB65629-
CMYK00.910.550.75
HSL336.61º83.1%13.92%-
HSV(B)336.61º90.77%25.49%-
XYZ2.471.341.29-
YUV26.26129.55155.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 29 (11.72% from 255) = 29%
R=65%
G=6%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6562900.910.550.75336.6183.113.92
Hex4161D05B374B15153e
Octal10163501336711352112316
Binary10000011101110101011011110111100101110101000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41061D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,6,29); }

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

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

 a { background-color: rgb(65,6,29); }

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

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

 span { border-color: rgb(65,6,29); }

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