#41042B

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

Shades of Blackberry #41042B

Tints of Blackberry #41042B

Color information

#41042B (or 0x41042B) is unknown color: approx Blackberry. HEX triplet: 41, 04 and 2B. RGB value is (65,4,43). Sum of RGB (Red+Green+Blue) = 65+4+43=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41042B is #BEFBD4. Grayscale: #1A1A1A. Windows color (decimal): -12516309 or 2819137. OLE color: 2819137.

HSL color Cylindrical-coordinate representation of color #41042B: hue angle of 321.64º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41042B is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB65443-
CMYK00.940.340.75
HSL321.64º88.41%13.53%-
HSV(B)321.64º93.85%25.49%-
XYZ2.661.392.41-
YUV26.68137.21155.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 43 (17.19% from 255) = 38.39%
R=58.04%
G=3.57%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6544300.940.340.75321.6488.4113.53
Hex4142B05E224B14258e
Octal10145301364211350213016
Binary100000110010101101011110100010100101110100001010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41042B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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