#41031E

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

Shades of Blackberry #41031E

Tints of Blackberry #41031E

Color information

#41031E (or 0x41031E) is unknown color: approx Blackberry. HEX triplet: 41, 03 and 1E. RGB value is (65,3,30). Sum of RGB (Red+Green+Blue) = 65+3+30=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41031E is #BEFCE1. Grayscale: #181818. Windows color (decimal): -12516578 or 1966913. OLE color: 1966913.

HSL color Cylindrical-coordinate representation of color #41031E: hue angle of 333.87º 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 #41031E is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB65330-
CMYK00.950.540.75
HSL333.87º91.18%13.33%-
HSV(B)333.87º95.38%25.49%-
XYZ2.451.281.35-
YUV24.62131.04156.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 30 (12.11% from 255) = 30.61%
R=66.33%
G=3.06%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6533000.950.540.75333.8791.1813.33
Hex4131E05F364B14e5bd
Octal10133601376611351613315
Binary1000001111111001011111110110100101110100111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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