#41192B

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

Shades of Blackberry #41192B

Tints of Blackberry #41192B

Color information

#41192B (or 0x41192B) is unknown color: approx Blackberry. HEX triplet: 41, 19 and 2B. RGB value is (65,25,43). Sum of RGB (Red+Green+Blue) = 65+25+43=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41192B is #BEE6D4. Grayscale: #262626. Windows color (decimal): -12510933 or 2824513. OLE color: 2824513.

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

Color convert

RGB652543-
CMYK00.620.340.75
HSL333º44.44%17.65%-
HSV(B)333º61.54%25.49%-
XYZ2.961.992.51-
YUV39.01130.25146.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=48.87%
G=18.80%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65254300.620.340.7533344.4417.65
Hex41192B03E224B14d2c12
Octal1013153076421135155422
Binary1000001110011010110111110100010100101110100110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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