#41182E

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

Shades of Blackberry #41182E

Tints of Blackberry #41182E

Color information

#41182E (or 0x41182E) is unknown color: approx Blackberry. HEX triplet: 41, 18 and 2E. RGB value is (65,24,46). Sum of RGB (Red+Green+Blue) = 65+24+46=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41182E is #BEE7D1. Grayscale: #262626. Windows color (decimal): -12511186 or 3020865. OLE color: 3020865.

HSL color Cylindrical-coordinate representation of color #41182E: hue angle of 327.8º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41182E is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB652446-
CMYK00.630.290.75
HSL327.8º46.07%17.45%-
HSV(B)327.8º63.08%25.49%-
XYZ31.972.81-
YUV38.77132.08146.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=48.15%
G=17.78%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65244600.630.290.75327.846.0717.45
Hex41182E03F1D4B1482e11
Octal1013056077351135105621
Binary100000111000101110011111111101100101110100100010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,24,46); }

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

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

 a { background-color: rgb(65,24,46); }

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

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

 span { border-color: rgb(65,24,46); }

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