#41192C

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

Shades of Blackberry #41192C

Tints of Blackberry #41192C

Color information

#41192C (or 0x41192C) is unknown color: approx Blackberry. HEX triplet: 41, 19 and 2C. RGB value is (65,25,44). Sum of RGB (Red+Green+Blue) = 65+25+44=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41192C is #BEE6D3. Grayscale: #272727. Windows color (decimal): -12510932 or 2890049. OLE color: 2890049.

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

Color convert

RGB652544-
CMYK00.620.320.75
HSL331.5º44.44%17.65%-
HSV(B)331.5º61.54%25.49%-
XYZ2.9822.61-
YUV39.13130.75146.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=48.51%
G=18.66%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65254400.620.320.75331.544.4417.65
Hex41192C03E204B14c2c12
Octal1013154076401135145422
Binary1000001110011011000111110100000100101110100110010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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