#41031C

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

Shades of Blackberry #41031C

Tints of Blackberry #41031C

Color information

#41031C (or 0x41031C) is unknown color: approx Blackberry. HEX triplet: 41, 03 and 1C. RGB value is (65,3,28). Sum of RGB (Red+Green+Blue) = 65+3+28=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41031C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41031C is #BEFCE3. Grayscale: #181818. Windows color (decimal): -12516580 or 1835841. OLE color: 1835841.

HSL color Cylindrical-coordinate representation of color #41031C: hue angle of 335.81º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41031C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB65328-
CMYK00.950.570.75
HSL335.81º91.18%13.33%-
HSV(B)335.81º95.38%25.49%-
XYZ2.421.271.22-
YUV24.39130.04156.97-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=67.71%
G=3.12%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6532800.950.570.75335.8191.1813.33
Hex4131C05F394B1505bd
Octal10133401377111352013315
Binary1000001111110001011111111001100101110101000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,3,28); }

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

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

 a { background-color: rgb(65,3,28); }

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

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

 span { border-color: rgb(65,3,28); }

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