#41042C

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

Shades of Blackberry #41042C

Tints of Blackberry #41042C

Color information

#41042C (or 0x41042C) is unknown color: approx Blackberry. HEX triplet: 41, 04 and 2C. RGB value is (65,4,44). Sum of RGB (Red+Green+Blue) = 65+4+44=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41042C is #BEFBD3. Grayscale: #1A1A1A. Windows color (decimal): -12516308 or 2884673. OLE color: 2884673.

HSL color Cylindrical-coordinate representation of color #41042C: hue angle of 320.66º 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 #41042C is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB65444-
CMYK00.940.320.75
HSL320.66º88.41%13.53%-
HSV(B)320.66º93.85%25.49%-
XYZ2.681.392.51-
YUV26.8137.71155.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 44 (17.58% from 255) = 38.94%
R=57.52%
G=3.54%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6544400.940.320.75320.6688.4113.53
Hex4142C05E204B14158e
Octal10145401364011350113016
Binary100000110010110001011110100000100101110100000110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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