#41132C

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

Shades of Blackberry #41132C

Tints of Blackberry #41132C

Color information

#41132C (or 0x41132C) is unknown color: approx Blackberry. HEX triplet: 41, 13 and 2C. RGB value is (65,19,44). Sum of RGB (Red+Green+Blue) = 65+19+44=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41132C is #BEECD3. Grayscale: #232323. Windows color (decimal): -12512468 or 2888513. OLE color: 2888513.

HSL color Cylindrical-coordinate representation of color #41132C: hue angle of 327.39º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41132C is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB651944-
CMYK00.710.320.75
HSL327.39º54.76%16.47%-
HSV(B)327.39º70.77%25.49%-
XYZ2.871.772.57-
YUV35.6132.74148.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 19 (7.81% from 255) = 14.84%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=50.78%
G=14.84%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65194400.710.320.75327.3954.7616.47
Hex41132C047204B1473710
Octal10123540107401135076720
Binary10000011001110110001000111100000100101110100011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41132C; }

 p { color: rgb(65,19,44); }

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

<style>
 a { background-color: #41132C; }

 a { background-color: rgb(65,19,44); }

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

<style>
 span { border-color: #41132C; }

 span { border-color: rgb(65,19,44); }

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