#41192D

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

Shades of Blackberry #41192D

Tints of Blackberry #41192D

Color information

#41192D (or 0x41192D) is unknown color: approx Blackberry. HEX triplet: 41, 19 and 2D. RGB value is (65,25,45). Sum of RGB (Red+Green+Blue) = 65+25+45=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41192D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41192D is #BEE6D2. Grayscale: #272727. Windows color (decimal): -12510931 or 2955585. OLE color: 2955585.

HSL color Cylindrical-coordinate representation of color #41192D: hue angle of 330º 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 #41192D is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB652545-
CMYK00.620.310.75
HSL330º44.44%17.65%-
HSV(B)330º61.54%25.49%-
XYZ32.012.71-
YUV39.24131.25146.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=48.15%
G=18.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65254500.620.310.7533044.4417.65
Hex41192D03E1F4B14a2c12
Octal1013155076371135125422
Binary100000111001101101011111011111100101110100101010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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