#41061E

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

Shades of Blackberry #41061E

Tints of Blackberry #41061E

Color information

#41061E (or 0x41061E) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 1E. RGB value is (65,6,30). Sum of RGB (Red+Green+Blue) = 65+6+30=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41061E is #BEF9E1. Grayscale: #1A1A1A. Windows color (decimal): -12515810 or 1967681. OLE color: 1967681.

HSL color Cylindrical-coordinate representation of color #41061E: hue angle of 335.59º 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 #41061E is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB65630-
CMYK00.910.540.75
HSL335.59º83.1%13.92%-
HSV(B)335.59º90.77%25.49%-
XYZ2.481.351.36-
YUV26.38130.05155.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=64.36%
G=5.94%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6563000.910.540.75335.5983.113.92
Hex4161E05B364B15053e
Octal10163601336611352012316
Binary10000011101111001011011110110100101110101000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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